OBJECT

FeeTransfer

link GraphQL Schema definition

  • type FeeTransfer {
  • # Public key of fee transfer recipient
  • recipient: PublicKey!
  • # Amount that the recipient is paid in this fee transfer
  • fee: UInt64!
  • }