Returns all the items (listed and delisted) of the current user.
Internally calls Marketplace.getItems({ owner: '<CURRENT_USER_ADDRESS>', status: undefined })
Copy
import { mkt } from './config'const items = await mkt.getMyItems()
import { mkt } from './config'const royaltyInfo = await mkt.getRoyaltyInfo( <TOKEN_ID>, 10000n, // to get royalty persentage, pass 1 in BPS (100 BPS is equal to 1%) '<COLLECTON_ADDRESS>')