OBJECT

PaymentOperation

Represents payment operation

link GraphQL Schema definition

  • type PaymentOperation implements Operation {
  • # Operation id, assigned by Horizon
  • id: String!
  • type: OperationType!
  • # Account on which behalf operation was executed
  • sourceAccount: Account!
  • # When operations was executed
  • dateTime: DateTime!
  • # Transaction that contains this operation
  • transaction: Transaction!
  • # Account address that received the payment
  • destination: Account!
  • # Asset that was sent to the destination account
  • asset: Asset!
  • # Amount of the asset that was sent
  • amount: String!
  • }

link Require by

This element is not required by anyone