GenesisState defines the auth module's genesis state.

interface GenesisStateAmino {
    accounts?: AnyAmino[];
    params?: ParamsAmino;
}

Properties

Properties

accounts?: AnyAmino[]

accounts are the accounts present at genesis.

params?: ParamsAmino

params defines all the paramaters of the module.