github.com/Finschia/finschia-sdk@v0.49.1/x/feegrant/spec/03_messages.md (about)

     1  <!--
     2  order: 3
     3  -->
     4  
     5  # Messages
     6  
     7  ## Msg/GrantAllowance
     8  
     9  A fee allowance grant will be created with the `MsgGrantAllowance` message.
    10  
    11  +++ https://github.com/cosmos/cosmos-sdk/blob/691032b8be0f7539ec99f8882caecefc51f33d1f/proto/cosmos/feegrant/v1beta1/tx.proto#L22-L33
    12  
    13  ## Msg/RevokeAllowance
    14  
    15  An allowed grant fee allowance can be removed with the `MsgRevokeAllowance` message.
    16  
    17  +++ https://github.com/cosmos/cosmos-sdk/blob/691032b8be0f7539ec99f8882caecefc51f33d1f/proto/cosmos/feegrant/v1beta1/tx.proto#L38-L45