FilecoinAddressToEthAddressParams
Defined in: packages/iso-filecoin/src/types.ts:393
Properties
Section titled “Properties”address
Section titled “address”address:
string
Defined in: packages/iso-filecoin/src/types.ts:397
The Filecoin address to convert.
blockNumber?
Section titled “blockNumber?”
optionalblockNumber:"pending"|"latest"|"finalized"|"safe"|"0x${string}"
Defined in: packages/iso-filecoin/src/types.ts:403
The block number or state for the conversion. Defaults to “finalized” for maximum safety. Possible values: “pending”, “latest”, “finalized”, “safe”, or a specific block number represented as hex.