OnChainPackListing
No description
type OnChainPackListing {
nft_id: Int
price: Price
listingResourceID: Int
listingResourceIDV2: ID
}
Fields
nft_id ● Int scalar
price ● Price scalar
Represented as 10^8 * the price of the listing, as the listing is a fixed floating value, so 1 DUC would be 100000000
listingResourceID ● Int scalar
listingResourceIDV2 ● ID scalar
Member of
OnChainPack object