Params defines the parameters for the module.

interface ParamsAmino {
    base_fee_per_gas: string;
    minimum_fee_per_gas: string;
    priority_normalizer: string;
    whitelisted_cw_code_hashes_for_delegate_call: string[];
}

Properties

base_fee_per_gas: string
minimum_fee_per_gas: string
priority_normalizer: string

string base_denom = 1 [ (gogoproto.moretags) = "yaml:"base_denom"", (gogoproto.jsontag) = "base_denom" ];

whitelisted_cw_code_hashes_for_delegate_call: string[]

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" ];