All chains
    Preparing search index...

    Type Alias include_pvf_check_statement

    include_pvf_check_statement: TxDescriptor<
        {
            signature: FixedSizeBinary<64>;
            stmt: {
                accept: boolean;
                session_index: number;
                subject: FixedSizeBinary<32>;
                validator_index: number;
            };
        },
    >

    Includes a statement for a PVF pre-checking vote. Potentially, finalizes the vote and enacts the results if that was the last vote before achieving the supermajority.