interface UpgradeConsensusParameters {
    checksum: string;
    witnessIndex: number;
}

Properties

checksum: string

The hash of the serialized consensus parameters.

witnessIndex: number

Index of witness that contains a serialized(with postcard) consensus parameters. (u16)