Params is the parameter set for this module

interface Params {
    burnable: Uint8Array;
    chain: string;
    commandsGasLimit: number;
    confirmationHeight: Long;
    endBlockerLimit: Long;
    minVoterCount: Long;
    network: string;
    networks: NetworkInfo[];
    revoteLockingPeriod: Long;
    tokenCode: Uint8Array;
    transferLimit: Long;
    votingGracePeriod: Long;
    votingThreshold?: Threshold;
}

Properties

burnable: Uint8Array
chain: string
commandsGasLimit: number
confirmationHeight: Long
endBlockerLimit: Long
minVoterCount: Long
network: string
networks: NetworkInfo[]
revoteLockingPeriod: Long
tokenCode: Uint8Array
transferLimit: Long
votingGracePeriod: Long
votingThreshold?: Threshold

Generated using TypeDoc