Preparing search index...
The search index is not available
@tokamak-network/thanos-sdk
@tokamak-network/thanos-sdk
index
CrossChainMessageProof
Interface CrossChainMessageProof
Proof data required to finalize an L2 to L1 message.
interface
CrossChainMessageProof
{
stateRoot
:
string
;
stateRootBatchHeader
:
StateRootBatchHeader
;
stateRootProof
:
{
index
:
number
;
siblings
:
string
[]
;
}
;
stateTrieWitness
:
string
;
storageTrieWitness
:
string
;
}
Index
Properties
state
Root
state
Root
Batch
Header
state
Root
Proof
state
Trie
Witness
storage
Trie
Witness
Properties
state
Root
state
Root
:
string
state
Root
Batch
Header
state
Root
Batch
Header
:
StateRootBatchHeader
state
Root
Proof
state
Root
Proof
:
{
index
:
number
;
siblings
:
string
[]
;
}
Type declaration
index
:
number
siblings
:
string
[]
state
Trie
Witness
state
Trie
Witness
:
string
storage
Trie
Witness
storage
Trie
Witness
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
state
Root
state
Root
Batch
Header
state
Root
Proof
state
Trie
Witness
storage
Trie
Witness
@tokamak-network/thanos-sdk
adapters
cross-chain-messenger
index
interfaces
l2-provider
portals
utils
Generated using
TypeDoc
Proof data required to finalize an L2 to L1 message.