Optional
init: RequestInitOptional
init: RequestInitWalletBalance returns the balance of the given address at the current head of the chain.
Optional
fetchOptions: RequestOptions = {}Generic method to call any method on the lotus rpc api.
Optional
fetchOptions: RequestOptions = {}The current head of the chain.
Optional
fetchOptions: RequestOptions = {}Converts any Filecoin address to an EthAddress.
Optional
fetchOptions: RequestOptions = {}GasEstimateMessageGas estimates gas values for unset message gas fields
Optional
fetchOptions: RequestOptions = {}Get the ID address for an address with different safety guarantees
Get tipset at the specified epoch (height). If there are no blocks at the specified epoch, a tipset at an earlier epoch will be returned.
Optional
fetchOptions: RequestOptions = {}Looks back from latest height for a tipset
Chain epoch to look back to
Optional
fetchOptions: RequestOptions = {}NetworkName returns the name of the network the node is synced to.
Optional
fetchOptions: RequestOptions = {}MpoolGetNonce gets next nonce for the specified sender. Note that this method may not be atomic. Use MpoolPushMessage instead.
Optional
fetchOptions: RequestOptions = {}MpoolPush pushes a signed message to mempool.
Optional
fetchOptions: RequestOptions = {}Public key address of the given ID address.
Optional
fetchOptions: RequestOptions = {}Retrieves the ID address of the given address
Optional
fetchOptions: RequestOptions = {}Public key address of the given non-account ID address.
Optional
fetchOptions: RequestOptions = {}Version returns the version of the Filecoin node.
Optional
fetchOptions: RequestOptions = {}StateWaitMsg looks back in the chain for a message. If not found, it blocks until the message arrives on chain, and gets to the indicated confidence depth.
Timeout is increased to 60s instead of the default 5s.
Optional
fetchOptions: RequestOptions = {}
RPC