string
assetInformation returns the information for the asset with the passed creator and index
number
block gets the block info for the given round This call blocks
getTransactionParams returns to common needed parameters for a new transaction
healthCheck returns an empty object iff the node is running
LedgerSupply gets the supply details for the specified node's Ledger
pendingTransactionInformation returns the transaction information for a specific txid of a pending transaction
pendingTransactions asks algod for a snapshot of current pending txns on the node, bounded by maxTxns. If maxTxns = 0, fetches as many transactions as possible.
number
sendRawTransaction gets an encoded SignedTxn and broadcasts it to the network
Uin8Array
sendRawTransactions gets a list of encoded SignedTxns and broadcasts it to the network
status retrieves the StatusResponse from the running node
statusAfterBlock waits for round roundNumber to occur then returns the StatusResponse for this round. This call blocks
suggestParams returns to common needed parameters for a new transaction, in a format the transaction builder expects
suggestedFee gets the recommended transaction fee from the node
transactionsByAddress returns all transactions for a PK [addr] in the [first, last] rounds range.
string
number, optional
number, optional
number, optional
transactionsByAddressAndDate returns all transactions for a PK [addr] in the [fromDate, toDate] date range. The date is a string in the YYYY-MM-DD format.
string
string
string
number, optional
transactionById returns the a transaction information of a specific txid [txId] Note - This method is allowed only when Indexer is enabled.
transactionInformation returns the transaction information of a specific txid and an address
versions retrieves the VersionResponse from the running node
Generated using TypeDoc
accountInformation returns the passed account's information