UNPKG

@hypernetlabs/objects

Version:
6 lines 221 B
export declare class PrivateCredentials { privateKey: string | null; mnemonic: string | null; constructor(privateKey: string | null, mnemonic: string | null); } //# sourceMappingURL=PrivateCredentials.d.ts.map