Home > @infiniteobjects/data-types > IArtistRegistrySchemaV1
Artist Registry Database Schema
Signature:
export interface IArtistRegistrySchemaV1
| 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 |