An algosdk.Algodv2 instance.
Optional
_signer: SignatureProviderA signature provider instance implementing signTxn().
Private
_accountPrivate
_clientPrivate
_signerReturn the account set with setAccount().
Get suggested parameters for an Algorand transaction.
A SuggestedParams object (https://algorand.github.io/js-algorand-sdk/interfaces/SuggestedParams.html).
Set an account
The same provider. This allows methods chaining.
The account.
Push on-chain an array of transactions in a transactions group. The function returns a PromiEvent, i.e. a Promise that can also emit events. In particular, the events fired during the execution are the following:
A PromiEvent that resolves with the hash of the latest transaction in the input array.
The transactions to be broadcasted.
Generated using TypeDoc
Create and initialize a pTokensAlgorandProvider object.