func Allowance
ActionAllowance returns the token allowance from owner to spender.
Parameters:
- tokenKey: registry key identifying the GRC20 token.
- owner: address that owns the tokens.
- spender: address authorized to spend owner's tokens.
Returns:
- allowance: amount owner has approved spender to use, in the token's base units; panics if tokenKey is invalid or unregistered.