ProgrammableTransactionBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun command(block: Command.() -> Unit)
Link copied to clipboard
inline fun <T> forceSeparateInput(value: T): Argument
Link copied to clipboard
inline fun <T> input(value: T): Argument
fun input(bytes: ByteArray, forceSeparate: Boolean): Argument
Link copied to clipboard
inline fun <T : Any> ProgrammableTransactionBuilder.inputs(vararg inputs: T): List<Argument>

Extension functions to create Argument.Inputs from various types.

Link copied to clipboard
fun object(objectArg: ObjectArg): Argument
Link copied to clipboard
inline fun <T : TypeTag> ProgrammableTransactionBuilder.types(vararg types: T): List<TypeTag>