Waits until an account satisfies a given condition. Can throw:
Optional
options: AwaitingOptionsWaits until the transaction is completely processed. Can throw:
Optional
options: AwaitingOptionsWaits until the transaction satisfies a given condition. Can throw:
Optional
options: AwaitingOptionsPerforms a generic GET action against the provider (useful for new HTTP endpoints).
Performs a generic POST action against the provider (useful for new HTTP endpoints).
Estimates the cost of a transaction. *
Fetches the storage (key-value pairs) of an account.
Fetches a specific storage entry of an account.
Fetches the definition of a fungible token.
Fetches the definition of a SFT (including Meta ESDT) or NFT.
Fetches data about the fungible tokens held by an account.
Optional
pagination: IPaginationFetches the Network configuration.
Fetches the Network status.
Fetches data about the non-fungible tokens held by account.
Optional
pagination: IPaginationFetches the balance of an account, for a given token.
Fetches the state of a transaction.
Optional
withProcessStatus: booleanQueries a Smart Contract - runs a pure function defined by the contract and returns its results.
Broadcasts a list of already-signed transactions.
Simulates the processing of an already-signed transaction. *
An interface that defines the endpoints of an HTTP API Provider.