Tezos chain considerations
In the
abiparameter of theNFT_INFOonly the function name is needed without the list of paramsThe
customMintParamsparameter will hold the list of arguments the function in theabigets and translate them to their michelson representationFor ex:
abi: "buy_nft"
customMintParams: {
wallet_address: <WALLET_ADDRESS>,
nft_uri: <NFT_URI>
}Last updated