package
1.0.7
Repository: https://github.com/tenderly/bsc.git
Documentation: pkg.go.dev

# Functions

input: | chainID | height | appHash | curValidatorSetHash | [{validator pubkey, voting power}] | | 32 bytes | 8 bytes | 32 bytes | 32 bytes | [{32 bytes, 8 bytes}] |.
No description provided by the author
input: | storeName | key length | key | value length | value | appHash | proof | | 32 bytes | 32 bytes | | 32 bytes | | 32 bytes | |.
XXX: This should be managed by the rootMultiStore which may want to register more proof ops?.
No description provided by the author
MultiStoreProofOpDecoder returns a multi-store merkle proof operator from a given proof operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RequireProof return whether proof is require for the subpath.

# Constants

the multi-store proof operation constant value.

# Variables

No description provided by the author

# Structs

CommitID contains the tree version number and its merkle root.
NOTE: Keep CommitInfo a simple immutable struct.
No description provided by the author
No description provided by the author
No description provided by the author
MultiStoreProof defines a collection of store proofs in a multi-store.
TODO: document.
No description provided by the author
StoreInfo contains the name and core reference for an underlying store.

# Type aliases

No description provided by the author