Interface BitNodeRequirement

Player must be located in this BitNode.

interface BitNodeRequirement {
    bitNodeN: number;
    type: "bitNodeN";
}

Properties

Properties

bitNodeN: number
type: "bitNodeN"