Home > @infiniteobjects/models > AssetContractAllowListRepository > findOneByContractAndBlockchain
Signature:
findOneByContractAndBlockchain(contractId: string, blockchain: Blockchain): Promise<AssetContractAllowListModel | null>;
| Parameter | Type | Description |
|---|---|---|
| contractId | string | |
| blockchain | Blockchain |
Returns:
Promise<AssetContractAllowListModel | null>