Authz
Solidity Interfaces
function grant(
address granter,
address grantee,
string memory denom
) external view returns (uint256 amount);function setGrant(
address grantee,
string memory denom,
uint256 amount
) external returns (bool success);Last updated
Was this helpful?