UNPKG

heimdall-tide

Version:

SDK for communicating with a Tide Enclave

13 lines (12 loc) 508 B
import { Heimdall, windowType } from "../heimdall"; export declare class ApprovalEnclave extends Heimdall<ApprovalEnclave> { name: string; _windowType: windowType; private acceptedAdminIds; enclaveUrl: URL; private initDone; init(data: string[], enclaveUrl: string): ApprovalEnclave; getAuthorizerAuthentication(): Promise<any>; getAuthorizerApproval(draftToApprove: any, modelId: any, expiry: any, encoding?: string, authflow?: string): Promise<any>; getOrkUrl(): URL; }