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
Unlike generateSecurityToken(), the new generateNewSecurityToken() is not present in ISecurityTokenRegistry interface. That requires using two separate ABI while interacting with the smart contract, one for calls and the other for transactions.
Thanks
The text was updated successfully, but these errors were encountered:
On closer inspection, I realized that the issue is going to be fixed in #682, but we can keep this issue for tracking purposes. I'll close it as soon as the PR is merged.
Note This is in
dev-3.0.0
branchUnlike
generateSecurityToken()
, the newgenerateNewSecurityToken()
is not present inISecurityTokenRegistry
interface. That requires using two separate ABI while interacting with the smart contract, one for calls and the other for transactions.Thanks
The text was updated successfully, but these errors were encountered: