gill

Metadata

type Metadata = {
  collection: Option<Collection>;
  collectionDetails: Option<CollectionDetails>;
  data: Data;
  editionNonce: Option<number>;
  isMutable: boolean;
  key: Key;
  mint: Address;
  primarySaleHappened: boolean;
  programmableConfig: Option<ProgrammableConfig>;
  tokenStandard: Option<TokenStandard>;
  updateAuthority: Address;
  uses: Option<Uses>;
};

Properties

collection

collection: Option<Collection>;

collectionDetails

collectionDetails: Option<CollectionDetails>;

data

data: Data;

editionNonce

editionNonce: Option<number>;

isMutable

isMutable: boolean;

key

key: Key;

mint

mint: Address;

primarySaleHappened

primarySaleHappened: boolean;

programmableConfig

programmableConfig: Option<ProgrammableConfig>;

tokenStandard

tokenStandard: Option<TokenStandard>;

updateAuthority

updateAuthority: Address;

uses

uses: Option<Uses>;

On this page