Params represent the genesis parameters for the module

interface Params {
    externalChainVotingInflationRate: Uint8Array;
    keyMgmtRelativeInflationRate: Uint8Array;
}

Properties

externalChainVotingInflationRate: Uint8Array
keyMgmtRelativeInflationRate: Uint8Array

Generated using TypeDoc