FilecoinAddressToEthAddressParams
Defined in: packages/iso-filecoin/src/types.ts:391
Properties
Section titled “Properties”address
Section titled “address”address:
string
Defined in: packages/iso-filecoin/src/types.ts:395
The Filecoin address to convert.
blockNumber?
Section titled “blockNumber?”
optional
blockNumber:"pending"
|"latest"
|"finalized"
|"safe"
|"0x${string}"
Defined in: packages/iso-filecoin/src/types.ts:401
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.