Properties
Private API_KEY
API_KEY: string
Private API_URL
API_URL: string
block_height
block_height: number
block_signed_at
block_signed_at: string
fees_paid
fees_paid: string
from_address
from_address: string
Optional from_address_label
from_address_label: any
gas_offered
gas_offered: number
gas_price
gas_price: number
gas_quote
gas_quote: number
gas_quote_rate
gas_quote_rate: number
gas_spent
gas_spent: number
log_events
log_events: any[]
successful
successful: boolean
to_address
to_address: string
Optional to_address_label
to_address_label: any
tx_offset
tx_offset: number
value_quote
value_quote: number
Methods
getAddressTransactions
-
Parameters
-
chainId: string
-
walletAddress: string
getTransaction
- getTransaction(chainId: number, transactionHash: string): Promise<Transaction | ErrorResponse>
-
Parameters
-
chainId: number
-
transactionHash: string
Returns Promise<Transaction | ErrorResponse>
Transactions class
1/13/2023 - 6:30:02 PM
{ITransactions}