OPNet
    Preparing search index...

    Interface RawBlockWitnessAPI

    interface RawBlockWitnessAPI {
        identity?: string;
        proofs: readonly string[];
        publicKey?: string;
        signature: string;
        timestamp: number;
        trusted: boolean;
    }
    Index

    Properties

    identity?: string
    proofs: readonly string[]
    publicKey?: string
    signature: string
    timestamp: number
    trusted: boolean