Params defines the parameters for the module.

interface Params {
    baseFeePerGas: string;
    minimumFeePerGas: string;
    priorityNormalizer: string;
    whitelistedCwCodeHashesForDelegateCall: Uint8Array[];
}

Properties

baseFeePerGas: string
minimumFeePerGas: string
priorityNormalizer: string

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

whitelistedCwCodeHashesForDelegateCall: Uint8Array[]

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