Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

ProgrammableSystemTransactionBlock

ProgrammableSystemTransactionBlock is identical to ProgrammableTransactionBlock, but graphql does not allow multiple variants with the same type.

type ProgrammableSystemTransactionBlock {
inputs(
first: Int
after: String
last: Int
before: String
): TransactionInputConnection!
transactions(
first: Int
after: String
last: Int
before: String
): ProgrammableTransactionConnection!
}

Fields

ProgrammableSystemTransactionBlock.inputs ● TransactionInputConnection! non-null object

Input objects or primitive values.

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

ProgrammableSystemTransactionBlock.transactions ● ProgrammableTransactionConnection! non-null object

The transaction commands, executed sequentially.

ProgrammableSystemTransactionBlock.transactions.first ● Int scalar
ProgrammableSystemTransactionBlock.transactions.after ● String scalar
ProgrammableSystemTransactionBlock.transactions.last ● Int scalar
ProgrammableSystemTransactionBlock.transactions.before ● String scalar

Implemented By

TransactionBlockKind union