Home > @infiniteobjects/models > AssetContractAllowListModel > decodeId
Decodes the ID in to an address and Blockchain Network
Signature:
static decodeId(id: string): [Blockchain, string];
Parameter | Type | Description |
---|---|---|
id | string |
Returns:
[Blockchain, string]