OPNet
    Preparing search index...

    Interface IBlockWitness

    interface IBlockWitness {
        blockNumber: bigint;
        witnesses: readonly IBlockWitnessAPI[];
    }

    Implemented by

    Index

    Properties

    blockNumber: bigint
    witnesses: readonly IBlockWitnessAPI[]