Crate sui_framework_sdk

Source
Expand description

Move types for the core sui Sui package located at “0x2” onchain.

Re-exports§

pub use self::dynamic_field::Field;
pub use self::dynamic_field::FieldTypeTag;
pub use self::object::ID;
pub use self::object::UID;
pub use af_move_type;

Modules§

bag
balance
bcs
borrow
clock
coin
deny_list
display
dynamic_field
dynamic_object_field
linked_table
object
Custom ID and UID impls with better Display.
object_bag
object_table
package
priority_queue
random
sui
table
table_vec
token
transfer
tx_context
url
vec_map
vec_set
versioned

Structs§

ObjectId
An ObjectId is a 32-byte identifier used to uniquely identify an object on the Sui blockchain.

Functions§

unpack_field_instanceDeprecated