GenesisState represents the genesis state

interface GenesisState {
    keyEpochs: KeyEpoch[];
    keygenSessions: KeygenSession[];
    keys: Key[];
    params?: Params;
    signingSessions: SigningSession[];
}

Properties

keyEpochs: KeyEpoch[]
keygenSessions: KeygenSession[]
keys: Key[]
params?: Params
signingSessions: SigningSession[]

Generated using TypeDoc