Allowance
Allowance returns the token allowance from owner to spender.
Parameters:
- path: GRC20 token path
- 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.test13.testnets.gno.land" -data "gno.land/r/gnoswap/common.Allowance(,,)"
Result