Home > @infiniteobjects/models > AssetContractAllowListModel > encodeId
Generates an ID from a contract addres and Blockchain network
Signature:
static encodeId(blockchain: Blockchain, address: string): string;
| Parameter | Type | Description |
|---|---|---|
| blockchain | Blockchain | |
| address | string |
Returns:
string