Method
resolveApproval
(
sid: string,
aid: string,
body: ApprovalResponse,
)
Source from the content-addressed store, hash-verified
| 338 | return this.http.abortSession(sid); |
| 339 | } |
| 340 | resolveApproval( |
| 341 | sid: string, |
| 342 | aid: string, |
| 343 | body: ApprovalResponse, |
| 344 | ): Promise<ApprovalResolveResult> { |
| 345 | return this.http.resolveApproval(sid, aid, body); |
| 346 | } |
| 347 | listPendingApprovals(sid: string): Promise<ListPendingApprovalsResponse> { |
| 348 | return this.http.listPendingApprovals(sid); |
| 349 | } |
Tested by
no test coverage detected