fromContractDestination
fromContractDestination(
address
,network
):IAddress
Defined in: packages/iso-filecoin/src/address.js:294
Create an Address
instance from a 0x-prefixed hex string address returned by Address.toContractDestination()
.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
address | `0x${string}` | The 0x-prefixed hex string address. |
network | Network | The network the address is on. |