stack

Home > @infiniteobjects/data-types > IArtistRegistrySchemaV1

IArtistRegistrySchemaV1 interface

Artist Registry Database Schema

Signature:

export interface IArtistRegistrySchemaV1 

Properties

Property Modifiers Type Description
blockchain   Blockchain  
contractId   string  
dateCreated   Date  
dateSigned   Nullable<Date>  
dateUpdated   Date  
hasSigned   boolean  
id   string  
lastTx   Nullable<IBlockchainTransactionStatus>  
mailStats   IArtistRegistryMailStats  
schemaVersion   typeof ARTIST_REGISTRY_CURRENT_SCHEMA  
signedData   IArtistRegistryContractData  
userId   Nullable<string>  
walletId   string