Skip to content

Commit

Permalink
Fix readme md syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikoinaba committed Oct 30, 2024
1 parent f519291 commit b398229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const extrinsic = await session.createSubmitProofExtrinsic(api, proofType, param
- `api`: An instance of the Polkadot API that provides the necessary methods for interacting with the blockchain.
- `proofType`: ProofType enum - used to obtain the name of the pallet that contains the proof submission method.
- `params`: A FormattedProofData object containing formatted proof parameters required for the extrinsic.
Returns: A Promise that resolves to a SubmittableExtrinsic<'promise'>, allowing you to submit the proof to the blockchain.
Returns: A Promise that resolves to a SubmittableExtrinsic`<'promise'>`, allowing you to submit the proof to the blockchain.

## `zkVerifySession.createExtrinsicHex`

Expand All @@ -389,7 +389,7 @@ const extrinsic = await session.createExtrinsicFromHex(api, extrinsicHex);

- `api`: An instance of the Polkadot API used for creating the extrinsic.
- `extrinsicHex`: A string representing the hex-encoded SubmittableExtrinsic to be reconstructed.
Returns: A Promise that resolves to a SubmittableExtrinsic<'promise'>, allowing you to interact with the reconstructed extrinsic.
Returns: A Promise that resolves to a SubmittableExtrinsic`<'promise'>`, allowing you to interact with the reconstructed extrinsic.

## `zkVerifySession.estimateCost`

Expand Down

0 comments on commit b398229

Please sign in to comment.