Module models

Source

Modules§

blockchain
contract
protocol
token

Structs§

ContractId
ExtractionState
ExtractorIdentity
PaginationParams
ProtocolType

Enums§

Chain
ChangeType
FinancialType
ImplementationType
MergeError

Traits§

NormalisedMessage

Type Aliases§

AccountToContractStore
Multiple binary key-value stores grouped by account address.
AccountToContractStoreDeltas
Address
Address hash literal type to uniquely identify contracts/accounts on a blockchain.
AttrStoreKey
Key literal type of the attribute store.
Balance
The balance of an account is a big endian serialised integer of variable size.
BlockHash
Block hash literal type to uniquely identify a block in the chain and likely across chains.
Code
Smart contract code is represented as a byte vector containing opcodes.
CodeHash
The hash of a contract’s code is used to identify it.
ComponentId
Component id literal type to uniquely identify a component.
ContractStore
A binary key-value store for an account.
ContractStoreDeltas
EntryPointId
Entry point id literal type to uniquely identify an entry point.
ProtocolSystem
Protocol system literal type to uniquely identify a protocol system.
StoreKey
Key literal type of the contract store.
StoreVal
Value literal type of the contract store.
TxHash
Transaction hash literal type to uniquely identify a transaction in the chain and likely across chains.