NFT

ACTION cncreate

Create a collection.

ACTION cnsetowner

Transfer collection ownership.

ACTION cnedit

Edit a collection.

ACTION issuenft

Create an NFT.

ACTION burnnft

Burn a token.

ACTION setnftmdata

Update token data.

ACTION stakenft

Stake a token.

ACTION unstakenft

Unstake a token.

ACTION setnftowner

Transfer token ownership.

ACTION sellnft

List a token for sale on the market.

ACTION unsellnft

Remove a token from the market.


Token Purchase

To purchase a token, transfer the specified amount to the smart contract address with the token order ID in the memo.

Example:

NFT

**Create a collection.** - **Parameters:** - `cname` (string): Collection name. - `anybody` (uint64_t): - `0`: Anyone can create tokens in the collecti

Loading...