Interface IBlockWitnessAPI

interface IBlockWitnessAPI {
    identity?: string;
    opnetPubKey?: string;
    signature: string;
    trusted: boolean;
}

Properties

identity?: string
opnetPubKey?: string
signature: string
trusted: boolean