Home > @infiniteobjects/data-types > AssetContractAllowList
AllowList Entity. Used to determine if a contract is explicitly allowed/disallowed for printing
Signature:
export declare class AssetContractAllowList implements IAssetContractAllowList
Implements: IAssetContractAllowList
| Property | Modifiers | Type | Description |
|---|---|---|---|
| address | string | Contract address on the Blockchain | |
| blockchain | Blockchain | Blockchain one off Blockchain enumeration values. | |
| id | string | Unique identifier | |
| isAllowed | boolean | Whether printing is allowed for the collection | |
| name | string | Collection name | |
| reason | AssetContractAllowListReason | Reason why printing is/isn’t allowed |