Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxProofAmino
Interface TxProofAmino
TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.
interface
TxProofAmino
{
data
?:
string
;
proof
?:
ProofAmino
;
root_hash
?:
string
;
}
Index
Properties
data?
proof?
root_
hash?
Properties
Optional
data
data
?:
string
Optional
proof
proof
?:
ProofAmino
Optional
root_
hash
root_
hash
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
proof
root_
hash
@crownfi/sei-js-proto
Loading...
TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.