GenesisState represents the genesis state

interface GenesisState {
    chains: GenesisState_Chain[];
}

Properties

Properties

Generated using TypeDoc