AssertIsNotHandleNativeCoin
AssertIsNotHandleNativeCoin validates that no native coins were sent with the transaction. Panics with errNotHandleNativeCoin if any native coins were sent.
Use this when a function should only work with GRC20 tokens and not accept native coins.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/common.AssertIsNotHandleNativeCoin()"
Result