OBJECT

PathPaymentStrictSendOperation

link GraphQL Schema definition

  • type PathPaymentStrictSendOperation 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!
  • # Minimum amount of `destinationAsset` receiver will get. Can be empty for the
  • # failed transaction
  • destinationMin: String!
  • # Amount of `sourceAsset` sent by the source account. Can be empty for the failed
  • # transaction
  • amountSent: String
  • # Amount of `destinationAsset` received by the destination account
  • amountReceived: String
  • # What asset sender wants receiver to receive in the end
  • destinationAsset: Asset!
  • # What asset sender wants to send
  • sourceAsset: Asset!
  • # Payment receiver account
  • destinationAccount: Account!
  • }

link Require by

This element is not required by anyone