Skip to main content

NftTransactionBaseParams

txTypeNftTransactionType (string)

Type of the NFT transaction.

Possible values: [nft:launch, nft:mint, nft:transfer, nft:approve, nft:sell, nft:buy]

collectionAddressstring

Optional. The address of the NFT collection.

nftAddressstring

Optional. The address of the NFT.

senderstringrequired

The address (public key) of the sender.

senderPrivateKeystring

The private key of the sender. It is NOT recommended to use this field. Please use the sender field instead. Use this field at your own risk and only if you know what you are doing and do not have access to mina-signer or wallet to get the signature.

nonceint64

Optional. The nonce for the transaction.

memostring

Optional. A memo for the transaction.

developerFeedouble

Optional. The developer fee for the transaction.

NftTransactionBaseParams
{
"txType": "nft:launch",
"collectionAddress": "string",
"nftAddress": "string",
"sender": "string",
"senderPrivateKey": "string",
"nonce": 0,
"memo": "string",
"developerFee": 0
}