Skip to content

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().

ParameterTypeDescription
address`0x${string}`The 0x-prefixed hex string address.
networkNetworkThe network the address is on.

IAddress