gill

DataV2

type DataV2 = {
  collection: Option<Collection>;
  creators: Option<Creator[]>;
  name: string;
  sellerFeeBasisPoints: number;
  symbol: string;
  uri: string;
  uses: Option<Uses>;
};

Properties

collection

collection: Option<Collection>;

creators

creators: Option<Creator[]>;

name

name: string;

sellerFeeBasisPoints

sellerFeeBasisPoints: number;

symbol

symbol: string;

uri

uri: string;

uses

uses: Option<Uses>;

On this page