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.