We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue Current implementation expects the ZRC20 ABI to be passed as parameter:
func (k Keeper) LockZRC20( ctx sdk.Context, zrc20ABI *abi.ABI, zrc20Address, spender, owner, locker common.Address, amount *big.Int, ) error
Expected Outcome Ideally the API should be capable of getting the ZRC20 on its own. So a caller doesn't have to know anything about ZRC20.
The text was updated successfully, but these errors were encountered:
fbac
Successfully merging a pull request may close this issue.
Describe the Issue
Current implementation expects the ZRC20 ABI to be passed as parameter:
Expected Outcome
Ideally the API should be capable of getting the ZRC20 on its own. So a caller doesn't have to know anything about ZRC20.
The text was updated successfully, but these errors were encountered: