Allowance
Allowance returns the token allowance from owner to spender.
Parameters:
- tokenKey: GRC20 registry key
- owner: address of the token owner
- spender: address of the spender
Returns the allowance amount as int64.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/common.Allowance(,,)"
Result