OBJECT
Payment
link GraphQL Schema definition
- type Payment implements History {
- : ID!
- # Transaction id that this operation is part of
- : String!
- # Public key for the source account
- : String!
- # Type of history
- : String!
- # Timestamp when the payment was created
- : Date!
- # Type of asset
- : String!
- # Alphanumeric code that uniquely identifies the asset
- : String
- # Public key of the acount that issued the asset
- : String
- # Public key of the sender of the payment
- : String!
- # Public key of the receiver of the payment
- : String!
- # Amount of the payment
- : String!
- # Memo attached to the transaction
- : String
- }
link Require by
This element is not required by anyone