@subwallet/extension-base 1.0.6-1 → 1.0.7-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,6 +154,9 @@ export default class RequestService {
154
154
  async completeConfirmation(request) {
155
155
  return await this.#evmRequestHandler.completeConfirmation(request);
156
156
  }
157
+ updateConfirmation(id, type, payload, options = {}, validator) {
158
+ return this.#evmRequestHandler.updateConfirmation(id, type, payload, options, validator);
159
+ }
157
160
 
158
161
  // General methods
159
162
  get numRequests() {