To decrypt the random after purchase, a transaction in the quant.coding contract must be performed
quant.coding
cleos -u <address node> push action quant.coding encdecval '["<owner>", "quant.random"]' -p <owner>
the result will be returned in the transaction
IMPORTANT: for testnet use quantcoding1 account with decryption contract.
Last updated 1 year ago
cleos -u <address node> push action quantcoding1 encdecval '["<owner>", "quant.random"]' -p <owner>