Interface ISubmitBlockReport

interface ISubmitBlockReport {
    reason?: SubmitBlockRejectReason;
    type: "success" | "reject";
}

Properties

Properties

type: "success" | "reject"

Generated using TypeDoc