@tributary-so/sdk
Preparing search index...
Metadata
Interface Metadata
Simplified metadata structure for easier consumption.
interface
Metadata
{
collection
:
Collection
|
null
;
data
:
{
creators
:
Creator
[]
|
null
;
name
:
string
;
sellerFeeBasisPoints
:
number
;
symbol
:
string
;
uri
:
string
;
}
;
isMutable
:
boolean
;
mint
:
PublicKey
;
primarySaleHappened
:
boolean
;
}
Index
Properties
collection
data
is
Mutable
mint
primary
Sale
Happened
Properties
collection
collection
:
Collection
|
null
data
data
:
{
creators
:
Creator
[]
|
null
;
name
:
string
;
sellerFeeBasisPoints
:
number
;
symbol
:
string
;
uri
:
string
;
}
is
Mutable
isMutable
:
boolean
mint
mint
:
PublicKey
primary
Sale
Happened
primarySaleHappened
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
data
is
Mutable
mint
primary
Sale
Happened
@tributary-so/sdk
Loading...
Simplified metadata structure for easier consumption.