Interface GovernanceChangeParametersProposal

ChangeParametersProposal is a consensus change parameters proposal.

interface GovernanceChangeParametersProposal {
    changes: unknown;
    module: string;
}

Properties

Properties

changes: unknown

Changes are consensus parameter changes that should be applied to the module.

module: string

Module identifies the consensus backend module to which changes should be applied.