stack

Home > @infiniteobjects/data-types > IArtistRegistry

IArtistRegistry interface

Artist Registry Public API

Signature:

export interface IArtistRegistry 

Properties

Property Modifiers Type Description
artistName   Nullable<string> The name of the artist that signed the contract
blockchain   Blockchain The blockchain where the transaction has been recorded. one off Blockchain enumeration values. ‘eth’
contractId   string The contract used
dateSigned   Nullable<Date> Date of the last successful contract interaction
hasArtist   boolean If the wallet has signed up as an User of type artist
hasSigned   boolean If the given artist has signed the contract
lastTx   IBlockchainTransactionStatus The Status of the last interaction with the contract
networkFees   number Total Network fees
pendingTx   boolean true if the transaction has not been settled
signedData   IArtistRegistryContractData Data signed on the blockchain
walletId   string The wallet that signed this contract