Modules§
Structs§
- Account
Data - Async
Call TxData - Block
Info - Blockchain
Mock - Blockchain
TxInfo - Some data to get copied for the tx. Would be nice maybe at some point to have a reference to the full blockchain mock in the tx context, but for now, copying some data is enough.
- Box
- A pointer type that uniquely owns a heap allocation of type
T. - Contract
Map - HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- Rust
BigInt - Rust
BigUint - Send
Balance - TxContext
- TxInput
- TxOutput
- TxPanic
- TxResult
- Vec
- A contiguous growable array type, written as
Vec<T>, short for ‘vector’.