fromContractDestination
function fromContractDestination(address: `0x${string}`, network: 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
Parameter | Type | Description |
---|---|---|
address | `0x${string}` | The 0x-prefixed hex string address. |
network | Network | The network the address is on. |