Skip to main content

Transaction

Transaction object

interface Transaction {
from: GenericAddress!
to: GenericAddress!
amount: Amount!
status: TransactionStatus!
createdAt: String
updatedAt: String
}

Fields

Transaction.from ● GenericAddress! non-null interface

The exchange the transaction is sent from

Transaction.to ● GenericAddress! non-null interface

The exchange the transaction is sent to

Transaction.amount ● Amount! non-null object

The amount of the transferred asset

Transaction.status ● TransactionStatus! non-null enum

Status of the transaction

Transaction.createdAt ● String scalar

Timestamp the transaction was created at (ISO 8601 UTC date time):

Transaction.updatedAt ● String scalar

Timestamp the transaction was last updated (ISO 8601 UTC date time):

Member Of

TransactionConnection object

Implemented By

BlockchainTransaction object ● ExchangeTransaction object ● GenericTransaction object