mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-11-04 00:27:41 +00:00 
			
		
		
		
	* sync all third party proto definitions * update cosmos swagger for new imported third party protos
		
			
				
	
	
		
			14 lines
		
	
	
		
			388 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			388 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
// Since: cosmos-sdk 0.43
 | 
						|
syntax = "proto3";
 | 
						|
package cosmos.feegrant.v1beta1;
 | 
						|
 | 
						|
import "gogoproto/gogo.proto";
 | 
						|
import "cosmos/feegrant/v1beta1/feegrant.proto";
 | 
						|
 | 
						|
option go_package = "github.com/cosmos/cosmos-sdk/x/feegrant";
 | 
						|
 | 
						|
// GenesisState contains a set of fee allowances, persisted from the store
 | 
						|
message GenesisState {
 | 
						|
  repeated Grant allowances = 1 [(gogoproto.nullable) = false];
 | 
						|
}
 |