Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 346 Bytes

File metadata and controls

12 lines (10 loc) · 346 Bytes

Public API snapshot: pocketpay-sdk

Source: src/types/pocketpay-sdk.d.ts

export function importWallet(mnemonic: string): Promise<{
    publicKey: string;
    secretKey: string;
}>;
export function validatePublicKey(publicKey: string): boolean;