stack

Home > @infiniteobjects/data-types > IAssetContractAllowList

IAssetContractAllowList interface

AllowList Entity. Used to determine if a contract is explicitly allowed/disallowed for printing

Signature:

export interface IAssetContractAllowList 

Properties

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