stack

Home > @infiniteobjects/data-types > ArtistRegistry

ArtistRegistry class

Artist Registry

Signature:

export declare class ArtistRegistry implements IArtistRegistry 

Implements: IArtistRegistry

Remarks

For use in the browser

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   BlockchainTransactionStatus 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   ArtistRegistryContractData Data signed on the blockchain
walletId   string The wallet that signed this contract