Modules§
Structs§
Enums§
Type Aliases§
- Account
ToContract Store Deltas - Address
- Address hash literal type to uniquely identify contracts/accounts on a blockchain.
- Attr
Store Key - Key literal type of the attribute store.
- Balance
- The balance of an account is a big endian serialised integer of variable size.
- Block
Hash - 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.
- Code
Hash - The hash of a contract’s code is used to identify it.
- Component
Id - Component id literal type to uniquely identify a component.
- Contract
Store - A binary key-value store for an account.
- Contract
Store Deltas - Entry
Point Id - Entry point id literal type to uniquely identify an entry point.
- Protocol
System - Protocol system literal type to uniquely identify a protocol system.
- Store
Key - Key literal type of the contract store.
- Store
Val - Value literal type of the contract store.
- TxHash
- Transaction hash literal type to uniquely identify a transaction in the chain and likely across chains.