curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getnkfromnsk \
--header 'Content-Type: application/json' \
--data '{
"value": "0x03a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
}'
{
"value": "0x04a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
}
curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getnkfromnsk \
--header 'Content-Type: application/json' \
--data '{
"value": "0x03a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
}'
{
"value": "0x04a1b2c3d4e5f6789012345678901234567890123456789012345678901234567890"
}
value
— the nullifier secret key (nsk) in hexadecimal formatvalue
— the derived nullifier key (nk) in hexadecimal formatwallet/getnkfromnsk
method is used for:
Successfully derived nullifier key
The response is of type object
.
Was this page helpful?