- Preparing search index...
- The search index is not available
Documentation
Partial
Txn
: { address
?: string | null; amount
?: BigNumber | number | null; baseSymbol
?: string | null; block
?: number; bridgeType
?: BridgeType; chainStatus
?: ChainStatus | null; confirmations
?: number; gasPaid
?: BigNumber | null; network
?: string | null; protocol
?: string | null; referral_id
?: number | null; routing
?: Routing | Routing2 | null; tokenSymbol
?: string | null; txnID
: string; txnIDHashed
?: string; txnTimestamp
?: Date; txnType
: TransactionType; units
?: BigNumber | null; }
Type declaration
-
Optional
address?: string | null
-
Optional
amount?: BigNumber | number | null
-
Optional
baseSymbol?: string | null
-
Optional
block?: number
-
Optional
bridgeType?: BridgeType
-
Optional
chainStatus?: ChainStatus | null
-
Optional
confirmations?: number
-
Optional
gasPaid?: BigNumber | null
-
Optional
network?: string | null
-
Optional
protocol?: string | null
-
Optional
referral_id?: number | null
-
Optional
routing?: Routing | Routing2 | null
-
Optional
tokenSymbol?: string | null
-
txnID: string
-
Optional
txnIDHashed?: string
-
Optional
txnTimestamp?: Date
-
-
Optional
units?: BigNumber | null
Type representing a partial transaction.
Property
The transaction ID.
Property
The hashed transaction ID.
Property
The bridge type.
Property
The transaction timestamp.
Property
The block number.
Property
The number of confirmations.
Property
The transaction type.
Property
The chain status.
Property
The network.
Property
The token symbol.
Property
The base symbol.
Property
The address.
Property
The units.
Property
The amount.
Property
The routing information.
Property
The protocol.
Property
The referral ID.
Property
The gas paid.