Programmable Transaction
interface ProgrammableTransaction
A user transaction.
Contains a series of native commands and Move calls where the results of one command can be used in future commands.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun ProgrammableTransaction.copy(body: <Error class: unknown class>.() -> Unit = {}): ProgrammableTransaction
Copies the original message, including unknown fields.