Home > @infiniteobjects/data-types > IAssetContractAllowList
AllowList Entity. Used to determine if a contract is explicitly allowed/disallowed for printing
Signature:
export interface 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 |