Programmable Transaction
@Serializable
Constructors
Link copied to clipboard
constructor(inputs: List<@Serializable(with = AnySerializer::class ) Any>, commands: List<@Serializable(with = AnySerializer::class ) Any>)
Functions
Link copied to clipboard
Composes a ProgrammableTransaction into the final transaction bytes string. This is the infix version for a more expressive syntax.
suspend fun ProgrammableTransaction.compose(details: Pair<Account, ULong>, sui: Sui = SuiKit.client): String
Composes a ProgrammableTransaction into the final transaction bytes string. This is the standard extension function.