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
- : [UserCommand!]!
- # List of fee transfers included in this block
- : [FeeTransfer!]!
- # Amount of coda granted to the producer of this block
- : UInt64!
- }