OBJECT
ExchangeTransaction
link GraphQL Schema definition
- type ExchangeTransaction implements Transaction {
- # The exchange the transaction is sent from
- GenericAddress! :
- # The exchange the transaction is sent to
- GenericAddress! :
- # The amount of the transferred asset
- Amount! :
- # Status of the transaction
- TransactionStatus! :
- # Timestamp the transaction was created at (ISO 8601 UTC date time):
- String :
- # Timestamp the transaction was last updated (ISO 8601 UTC date time):
- String :
- }
link Require by
This element is not required by anyone