How much to increment the previous access key nonce by. This is useful when creating multiple transactions at once.
The account id receiving the transaction.
A KeyStore from near-api-js
used to retreive a public key.
The network id (e.g. testnet, mainnet) that the transaction is targeting.
An RPC node url used to create a JsonRpcProvider
if no provider provided.
A NEAR Provider
instance used to retreive an access key based on the public key
retreived from the KeyStore
.
The account id that will sign transaction.
A KeyStore
from near-api-js
used to get a KeyPair
for signing transactions.
NEAR network id the transactions are targeting.
NEAR account id used to sign transactions.
A NEAR Provider from near-api-js
. For example, JsonRpcProvider
.
A transaction to sign.
An array of options for creating many transactions.
The TransactionCreator to use for creating the transaction to send.
The TransactionSigner to use for signing the transaction to send.
The TransactionCreator to use for creating the transaction to send.
Options for creating a new Transaction
.
The TransactionSigner to use for signing the transaction to send.
A NEAR WalletConnection
from 'near-api-js`.
Generated using TypeDoc
An array of actions to include in the transaction.