ProgrammableSystemTransaction
ProgrammableSystemTransaction is identical to ProgrammableTransaction, but GraphQL does not allow multiple variants with the same type.
type ProgrammableSystemTransaction {
  commands(
    first: Int
    after: String
    last: Int
    before: String
  ): CommandConnection
  inputs(
    first: Int
    after: String
    last: Int
    before: String
  ): TransactionInputConnection
}
Fields
ProgrammableSystemTransaction.commands ● CommandConnection object
The transaction commands, executed sequentially.