Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
MarketplaceListing
Interface MarketplaceListing
interface
MarketplaceListing
{
attributes
?:
Record
<
string
,
string
>
;
listingUrl
:
string
;
marketplace
:
|
"unknown"
|
"tensor"
|
"solanart"
|
"opensea"
|
"hyperspace"
|
"magic-eden"
;
mint
:
string
;
price
:
number
;
royalties
?:
number
;
seller
:
string
;
timestamp
:
number
;
}
Index
Properties
attributes?
listing
Url
marketplace
mint
price
royalties?
seller
timestamp
Properties
Optional
attributes
attributes
?:
Record
<
string
,
string
>
listing
Url
listing
Url
:
string
marketplace
marketplace
:
|
"unknown"
|
"tensor"
|
"solanart"
|
"opensea"
|
"hyperspace"
|
"magic-eden"
mint
mint
:
string
price
price
:
number
Optional
royalties
royalties
?:
number
seller
seller
:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
listing
Url
marketplace
mint
price
royalties
seller
timestamp
@synapse/client-sdk
Loading...