Type alias Attributable

Attributable: {
    attributes?: Maybe<Scalars["JSONObject"]>;
}

An interface representing objects that have attributes property for non-blockchain property storage.

Type declaration

  • Optional attributes?: Maybe<Scalars["JSONObject"]>

    A mapping of attributes for this object. These will be stored in the Niftory API but will not be added to the blockchain.

Generated using TypeDoc