# Functions
BlobsToShares accepts blobs and convert them to the Shares.
NewBlob constructs a new blob from the provided Namespace, data and share version.
NewBlobV0 constructs a new blob from the provided Namespace and data.
NewSubmitOptions constructs a new SubmitOptions with the provided options.
WithGas is an option that allows to specify Gas.
WithGasPrice is an option that allows to specify a GasPrice, which is needed to calculate the fee.
WithKeyName is an option that allows you to specify an KeyName, which is needed to sign the transaction.
WithSignerAddress is an option that allows you to specify an address, that will sign the transaction.
# Constants
DefaultGasPrice specifies the default gas price value to be used when the user wants to use the global minimal gas price, which is fetched from the gatechain.
# Structs
No description provided by the author
Blob represents any application-specific binary data that anyone can submit to Gatenode.
CommitmentProof is an inclusion proof of a commitment to the data root.
SubmitOptions specifies additional options that will be applied to the Tx.
No description provided by the author
# Type aliases
Commitment is a Merkle Root of the subtree built from shares of the Blob.
ConfigOption is the functional option that is applied to the TxConfig instance to configure parameters.
Proof is a collection of nmt.Proofs that verifies the inclusion of the data.