string base_denom = 1 [ (gogoproto.moretags) = "yaml:"base_denom"", (gogoproto.jsontag) = "base_denom" ];
ChainConfig chain_config = 5 [(gogoproto.moretags) = "yaml:"chain_config"", (gogoproto.nullable) = false]; string chain_id = 6 [ (gogoproto.moretags) = "yaml:"chain_id"", (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.nullable) = false, (gogoproto.jsontag) = "chain_id" ]; repeated string whitelisted_codehashes_bank_send = 7 [ (gogoproto.moretags) = "yaml:"whitelisted_codehashes_bank_send"", (gogoproto.jsontag) = "whitelisted_codehashes_bank_send" ];
Params defines the parameters for the module.