Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxProof
Interface TxProof
TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.
interface
TxProof
{
data
:
Uint8Array
;
proof
?:
Proof
;
rootHash
:
Uint8Array
;
}
Index
Properties
data
proof?
root
Hash
Properties
data
data
:
Uint8Array
Optional
proof
proof
?:
Proof
root
Hash
root
Hash
:
Uint8Array
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.