ExchangeTransaction
No description
type ExchangeTransaction implements Transaction {
from: GenericAddress!
to: GenericAddress!
amount: Amount!
status: TransactionStatus!
createdAt: String
updatedAt: String
}
Fields
ExchangeTransaction.from ● GenericAddress! non-null interface
The exchange the transaction is sent from
ExchangeTransaction.to ● GenericAddress! non-null interface
The exchange the transaction is sent to
ExchangeTransaction.amount ● Amount! non-null object
The amount of the transferred asset
ExchangeTransaction.status ● TransactionStatus! non-null enum
Status of the transaction
ExchangeTransaction.createdAt ● String scalar
Timestamp the transaction was created at (ISO 8601 UTC date time):
ExchangeTransaction.updatedAt ● String scalar
Timestamp the transaction was last updated (ISO 8601 UTC date time):
Interfaces
Transaction interface
Transaction object