Description
Send a request to determine if the extension is locked
Usage
await sdk.isLockedAndWait();Response
request: BaseRequest;
// request structure will vary depending on the type of the requestresponse: BaseResponse;
// response structure will vary depending on the type of the requestcreatedAt: number; // unix;resolvedAt: number; // unix;Example
let {
request,
response,
createdAt,
resolvedAt } = await sdk.isLockedAndWait();
console.log(isLocked);