OBJECT

Transactions

Different types of transactions in a block

link GraphQL Schema definition

  • type Transactions {
  • # List of user commands (payments and stake delegations) included in this block
  • userCommands: [UserCommand!]!
  • # List of fee transfers included in this block
  • feeTransfer: [FeeTransfer!]!
  • # Amount of coda granted to the producer of this block
  • coinbase: UInt64!
  • }

link Require by