BubblegumNifs.MetadataArgs (bubblegum_nifs v0.1.2) View Source
Represents the metadata for a compressed NFT
Link to this section Summary
Link to this section Types
Specs
t() :: %BubblegumNifs.MetadataArgs{ collection: BubblegumNifs.Collection.t() | nil, creators: [BubblegumNifs.Creator.t()], edition_nonce: non_neg_integer() | nil, is_mutable: boolean(), name: String.t(), primary_sale_happened: boolean(), seller_fee_basis_points: non_neg_integer(), symbol: String.t(), uri: String.t(), uses: BubblegumNifs.Uses.t() | nil }