Interface representing a response payload from the device.

interface RespPayload {
    buf?: PayloadBuf;
    status: RMakerClaimStatus;
}

Properties

Properties

Buffer containing response data

Status of the operation