github.com/Finschia/finschia-sdk@v0.49.1/proto/cosmos/mint/v1beta1/genesis.proto (about) 1 syntax = "proto3"; 2 package cosmos.mint.v1beta1; 3 4 import "gogoproto/gogo.proto"; 5 import "cosmos/mint/v1beta1/mint.proto"; 6 7 option go_package = "github.com/Finschia/finschia-sdk/x/mint/types"; 8 9 // GenesisState defines the mint module's genesis state. 10 message GenesisState { 11 // minter is a space for holding current inflation information. 12 Minter minter = 1 [(gogoproto.nullable) = false]; 13 14 // params defines all the paramaters of the module. 15 Params params = 2 [(gogoproto.nullable) = false]; 16 }