UNPKG

@dwn-protocol/id-sdk

Version:

SDK for accessing the features and capabilities

7 lines 398 B
declare module '@decentralized-identity/ion-pow-sdk' { export default class IonProofOfWork { static randomHexString(): string; static submitIonRequestUntilSuccess(getChallengeUri: string, solveChallengeUri: string, requestBody: string): Promise<void>; static submitIonRequest(getChallengeUri: string, solveChallengeUri: string, requestBody: string): Promise<string | undefined>; } }