github.com/Finschia/finschia-sdk@v0.48.1/proto/lbm/foundation/v1/authz.proto (about)

     1  syntax = "proto3";
     2  package lbm.foundation.v1;
     3  
     4  import "gogoproto/gogo.proto";
     5  import "cosmos_proto/cosmos.proto";
     6  
     7  option go_package = "github.com/Finschia/finschia-sdk/x/foundation";
     8  
     9  // ReceiveFromTreasuryAuthorization allows the grantee to receive coins
    10  // up to receive_limit from the treasury.
    11  message ReceiveFromTreasuryAuthorization {
    12    option (cosmos_proto.implements_interface) = "github.com/Finschia/finschia-sdk/x/foundation.Authorization";
    13  }