link GraphQL Schema definition
- type PathPaymentStrictSendOperation implements Operation {
- # Operation id, assigned by Horizon
- : String!
- : OperationType!
- # Account on which behalf operation was executed
- : Account!
- # When operations was executed
- : DateTime!
- # Transaction that contains this operation
- : Transaction!
- # Minimum amount of `destinationAsset` receiver will get. Can be empty for the
- # failed transaction
- : String!
- # Amount of `sourceAsset` sent by the source account. Can be empty for the failed
- # transaction
- : String
- # Amount of `destinationAsset` received by the destination account
- : String
- # What asset sender wants receiver to receive in the end
- : Asset!
- # What asset sender wants to send
- : Asset!
- # Payment receiver account
- : Account!
- }
link Require by
This element is not required by anyone