Crate af_ptbuilder

Crate af_ptbuilder 

Source
Expand description

Builder for programmable transactions.

Check out the ptb and ptbuilder macros for an ergonomic way of building transactions, or ProgrammableTransactionBuilder for a macro-less approach.

Re-exports§

pub use sui_sdk_types::Address;
pub use sui_sdk_types::Argument;
pub use sui_sdk_types::MoveCall;
pub use sui_sdk_types::TypeTag;

Macros§

ptb
Build a programmable transaction using Move-like syntax.
ptbuilder
Build a programmable transaction using Move-like syntax and an existing builder.
unpack_arg
Unpack the result of a programmable transaction call.

Structs§

MismatchedObjArgKindsError
ProgrammableTransactionBuilder
Builder for a ProgrammableTransaction.

Enums§

Command
A single command in a programmable transaction.
Error
Input
An input to a user transaction

Type Aliases§

Result