Optional
init: RequestInitOptional
init: RequestInitWalletBalance returns the balance of the given address at the current head of the chain.
Optional
fetchOptions: RequestOptionsGeneric method to call any method on the lotus rpc api.
Optional
fetchOptions: RequestOptionsThe current head of the chain.
Optional
fetchOptions: RequestOptionsConverts any Filecoin address to an EthAddress.
Optional
fetchOptions: RequestOptionsGasEstimateMessageGas estimates gas values for unset message gas fields
Optional
fetchOptions: RequestOptionsGet the ID address for an address with different safety guarantees
Optional
fetchOptions: RequestOptionsGet 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: RequestOptionsLooks back from latest height for a tipset
Chain epoch to look back to
Optional
fetchOptions: RequestOptionsNetworkName returns the name of the network the node is synced to.
Optional
fetchOptions: RequestOptionsMpoolGetNonce gets next nonce for the specified sender. Note that this method may not be atomic. Use MpoolPushMessage instead.
Optional
fetchOptions: RequestOptionsMpoolPush pushes a signed message to mempool.
Optional
fetchOptions: RequestOptionsPublic key address of the given ID address.
Optional
fetchOptions: RequestOptionsRetrieves the ID address of the given address for a tipset. If you dont have a specific tipset in mind, better to use getIDAddress.
Optional
fetchOptions: RequestOptionsPublic key address of the given non-account ID address.
Optional
fetchOptions: RequestOptionsVersion returns the version of the Filecoin node.
Optional
fetchOptions: RequestOptionsStateWaitMsg 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