You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is a missing API that would be helpful. Provide way to set randomSeed to make RAND work properly in transactions.
Now that can be done this way only
constres=awaitblockchain.runGetMethod(example.address,'get_method',[],{randomSeed: randomBytes(32)}// randomSeed can be specified only if calling blockchain.runGetMethod or similar...);constnumber=res.stackReader.readNumber();
Describe the solution you'd like
Provide a setter randomSeed that would affect transaction result
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is a missing API that would be helpful. Provide way to set randomSeed to make
RAND
work properly in transactions.Now that can be done this way only
Describe the solution you'd like
Provide a setter randomSeed that would affect transaction result
The text was updated successfully, but these errors were encountered: