GenesisState represents the genesis state

interface GenesisState {
    govAccounts: GovAccount[];
    governanceKey?: LegacyAminoPubKey;
    params?: Params;
}

Properties

govAccounts: GovAccount[]
governanceKey?: LegacyAminoPubKey
params?: Params

Generated using TypeDoc