interface RollCallMessage {
    entity?: string;
    guid?: string;
    interval: number;
    max?: number;
    signature?: boolean;
    topic?: string;
    type: "rollcall";
}

Hierarchy

  • QuorumMessageBase
    • RollCallMessage

Properties

entity?: string
guid?: string
interval: number
max?: number
signature?: boolean
topic?: string
type: "rollcall"