Skip to main content

ProgrammableTransaction

No description

type ProgrammableTransaction {
commands(
first: Int
after: String
last: Int
before: String
): CommandConnection!
inputs(
first: Int
after: String
last: Int
before: String
): TransactionInputConnection!
}

Fields

ProgrammableTransaction.commands ● CommandConnection! non-null object

The transaction commands, executed sequentially.

ProgrammableTransaction.commands.first ● Int scalar
ProgrammableTransaction.commands.after ● String scalar
ProgrammableTransaction.commands.last ● Int scalar
ProgrammableTransaction.commands.before ● String scalar

ProgrammableTransaction.inputs ● TransactionInputConnection! non-null object

Input objects or primitive values.

ProgrammableTransaction.inputs.first ● Int scalar
ProgrammableTransaction.inputs.after ● String scalar
ProgrammableTransaction.inputs.last ● Int scalar
ProgrammableTransaction.inputs.before ● String scalar

Implemented By

TransactionKind union