stack

Home > @infiniteobjects/models > AssetContractAllowListModel > decodeId

AssetContractAllowListModel.decodeId() method

Decodes the ID in to an address and Blockchain Network

Signature:

static decodeId(id: string): [Blockchain, string];

Parameters

Parameter Type Description
id string  

Returns:

[Blockchain, string]