Optional
chainId: number{number} the chainId number. defaults to getCurrentChain()
Static
enumStatic
pagereturn verified configurations
get supported chain map
get supported chain id list
get supported chain/network short name list
Private
buildPrivate
build the common parameters for querying transactions
Optional
queryOptions: TransactionHistoryQueryOptions{TransactionHistoryQueryOptions}
Optional
fetchOptions: FetchListOptions{FetchListOptions}
Private
extractPrivate
queryquery token balance by token contract address
{string} wallet address
{Array
Optional
options: FetchListOptions{FetchListOptions}
Private
queryPrivate
An extension function of queryTokenBalances that queries more information about a specified token through TokenService by contractAddress.
{Array
{string} the contract address of a token
query all transaction list from/to the special address
{string} wallet address
Optional
queryOptions: TransactionHistoryQueryOptions{TransactionHistoryQueryOptions}
Optional
fetchOptions: FetchListOptions{TransactionHistoryFetchOptions} .fromPageKey and .toPageKey can be defined as: - undefined : will start querying from the first page. - empty string : no query request will be sent.
query transaction list filter by fromAddress
{string} payer's wallet address
Optional
queryOptions: TransactionHistoryQueryOptions{TransactionHistoryQueryOptions}
Optional
fetchOptions: FetchListOptions{TransactionHistoryFetchOptions}
query transaction list by param
{Array
Optional
fetchOptions: FetchListOptions{FetchListOptions}
query transaction list filter by toAddress
{string} the recipient's wallet address
Optional
queryOptions: TransactionHistoryQueryOptions{TransactionHistoryQueryOptions}
Optional
fetchOptions: FetchListOptions{TransactionHistoryFetchOptions}
Protected
cloneProtected
deep clone configuration from the input
{NetworkModels}
Protected
setProtected
setset supported chain map
{RpcSupportedChainMap}
Protected
setProtected
set
class of AlchemyService