list of providers
Private
currentPrivate
currentGets access key changes for a given array of accountIds See docs for more info
Gets account changes for a given array of accountIds pass block_id OR finality as blockQuery, not both See docs for more info
Gets contract code changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: Change is returned in a base64 encoded WASM file See docs for more info
Gets contract state changes for a given array of accountIds pass block_id OR finality as blockQuery, not both Note: If you pass a keyPrefix it must be base64 encoded See docs for more info
Returns the next light client block as far in the future as possible from the last known hash to still be able to validate from that hash. This will either return the last block of the next epoch, or the last final known block.
Sends a signed transaction to the RPC and immediately returns transaction hash See docs for more info
The signed transaction being sent
Gets single access key changes for a given array of access keys pass block_id OR finality as blockQuery, not both See docs for more info
Private
switchGets a transaction's status from the RPC
A transaction hash as either a Uint8Array or a base58 encoded string
The NEAR account that signed the transaction
Gets a transaction's status from the RPC with receipts See docs for more info
The hash of the transaction
The NEAR account that signed the transaction
Private
with
Client class to interact with the NEAR RPC API.
See
https://github.com/near/nearcore/tree/master/chain/jsonrpc