Expand description
Chain-agnostic blockchain operation traits.
These traits cover the operations that read naturally on any chain, while chain-specific
power (application calls, asset configuration) stays on the concrete implementation and is
reached directly or through a native escape hatch. The Algorand implementation lives in the
algo_ops crate. See spec/algo_ops_api_surface.md.
Structs§
- Confirmed
Txn - Neutral view of a pending or confirmed transaction, returned by the
TransactionQueryOpsreads.
Traits§
- Asset
Ops - Operations for chains that have first-class assets (Algorand Standard Assets, Ethereum tokens, etc.). Implemented only by chains that support assets.
- Block
Chain Ops - Operations meaningful against any blockchain.
- Transaction
Query Ops - Reads that locate a confirmed transaction and return it as a neutral
ConfirmedTxn.