OBJECT

TransferFundsPayload

Autogenerated return type of TransferFunds

link GraphQL Schema definition

  • type TransferFundsPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [String!]!
  • fromLedgerTransaction: Transaction
  • toLedgerTransaction: Transaction
  • }

link Require by