Re-exports§
pub use move_core_types as move_types;
Modules§
Macros§
ident_str!
is a compile-time validated macro that constructs a&'static IdentStr
from a const&'static str
.
Structs§
- Provides all the necessary abstractions for interacting with the Iota network.
- Builder for creating an IotaClient for connecting to the Iota network.
Enums§
Constants§
Traits§
- Adapter Allowing to query information from an IotaTransactionBlockResponse instance. As IotaTransactionBlockResponse pulls too many dependencies we need to hide it behind a trait.
- Trait for types that can be converted to a Move type.
Type Aliases§
- BCS serialized IotaTransactionBlockResponse
- BCS serialized ProgrammableTransaction A ProgrammableTransaction
- BCS serialized Signature
- BCS serialized Transaction, where a Transaction includes the TransactionData and a Vec
- BCS serialized TransactionData TransactionData usually contain the ProgrammableTransaction, sender, kind = ProgrammableTransaction, gas_coin, gas_budget, gas_price, expiration, … Example usage: