FilecoinClient
Filecoin RPC client
Constructor
Parameter
Type
Description
rpcUrl
string
Lotus RPC url
token
string
Lotus auth token
Usage
import { FilecoinClient } from '@blitslabs/filecoin-js-signer'
const client = new FilecoinClient(process.env.LOTUS_URL, process.env.LOTUS_TOKEN)
Properties
msigpaychtxwalletLast updated
Was this helpful?