Skip to main content

Questions tagged [uniques]

1 vote
0 answers
26 views

I'm looking for a way to calculate the reserved amounts on the Kusama Asset Hub. I've written some code to calculate the reserved amounts for Uniques deposit. api.query.uniques.class.entries()....
AMIR E.F's user avatar
1 vote
1 answer
45 views

I have following substrate pallet implementation to split an Item and create new Items #[pallet::call_index(26)] #[pallet::weight(T::WeightInfo::split())] pub fn split( ...
Kalanamith's user avatar
1 vote
1 answer
36 views

Now I am trying to implement NFT purchasing functionality based on a substrate node. I got this function from the polkadot js documentation. buyItem(collection: u32, item: u32, bid_price: u128) ...
Alan Ma's user avatar
  • 47
0 votes
1 answer
53 views

I am trying to sign and send some transactions using the batch function. Here are some code snippets for reproduction. const nftMinting = async (item) => { try { let collection = 1 ...
Alan Ma's user avatar
  • 47
0 votes
1 answer
28 views

When an owner of an item makes a call to approve_transfer he allows an account to make transfers with that item. But if the owner transfers the item to a third account after making a call to ...
Szegoo's user avatar
  • 554
3 votes
2 answers
159 views

There's upcoming features coming to pallet uniques. They are now merged to master of substrate repo but not yet released. We would like to be prepared for it on Singular marketplace but not 100% sure ...
Yuri's user avatar
  • 173
2 votes
1 answer
118 views

could someone help me with this please. I am using the polkadot.js explorer to add a collection of NFT's to a chain. I can add the collection using this. Does anyone know how to add the name of an ...
Lee's user avatar
  • 111
1 vote
1 answer
105 views

How to create nft in statemint in javascript.and how to set the nft images. can any one provide the example. my test code go wrong. const wsProvider = new polkadot.WsProvider("wss://westmint-rpc....
polaris's user avatar
  • 29