GenesisState defines the auth module's genesis state.

interface GenesisState {
    accounts: Any[];
    params: undefined | Params;
}

Properties

Properties

accounts: Any[]

accounts are the accounts present at genesis.

params: undefined | Params

params defines all the paramaters of the module.