Module iota_types::base_types
source · Re-exports§
pub use crate::committee::EpochId;
pub use crate::digests::ObjectDigest;
pub use crate::digests::TransactionDigest;
pub use crate::digests::TransactionEffectsDigest;
Structs§
- Wrapper around StructTag with a space-efficient representation for common types like coins The StructTag for a gas coin is 84 bytes, so using 1 byte instead is a win. The inner representation is private to prevent incorrectly constructing an
Other
instead of one of the specialized variants, e.g.Other(GasCoin::type_())
instead ofGasCoin
Enums§
- Even though it is declared public, it is the “private”, internal representation for
MoveObjectType
- Type of a Iota object
Constants§
Traits§
Functions§
- Generate a fake IotaAddress with repeated one byte.
- Generate a fake ObjectID with repeated one byte.
- Whether this type is valid as a primitive (pure) transaction input.
Type Aliases§
- The round number.