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§

Macros§

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

Structs§

Enums§

  • A single command in a programmable transaction.
  • Object argument for a programmable transaction.

Type Aliases§