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

Properties

Properties

type: "success" | "reject"