UNPKG

@bsv/wallet-toolbox

Version:

BRC100 conforming wallet, wallet storage and wallet signer components

7 lines 488 B
import { AuthMethodInteractor, AuthPayload, StartAuthResponse, CompleteAuthResponse } from './AuthMethodInteractor'; export declare class PersonaIDInteractor extends AuthMethodInteractor { methodType: string; startAuth(serverUrl: string, presentationKey: string, payload: AuthPayload): Promise<StartAuthResponse>; completeAuth(serverUrl: string, presentationKey: string, payload: AuthPayload): Promise<CompleteAuthResponse>; } //# sourceMappingURL=PersonaIDInteractor.d.ts.map