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 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 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