Interface SchedulerCommitteeNode

CommitteeNode is a node participating in a committee.

interface SchedulerCommitteeNode {
    public_key: Uint8Array;
    role: number;
}

Properties

Properties

public_key: Uint8Array

PublicKey is the node's public key.

role: number

Role is the node's role in a committee.