OBJECT
BlockchainTransaction
link GraphQL Schema definition
- type BlockchainTransaction 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 :
- # The transaction cost paid to the network for processing the transaction
- Amount! :
- # the unique identifier of the transaction
- String! :
- # the direction the transaction was sent
- TransactionDirection :
- # Chain specific raw transaction
- ChainRawTransaction :
- }
link Require by
This element is not required by anyone