UNPKG

@ledgerhq/ledger-trust-service

Version:
8 lines 272 B
type PublicKeyInfo = { accountId: string; publicKey: string; signedDescriptor: string; }; export declare function getPublicKey(accountId: string, challenge: string, env?: "prod" | "test"): Promise<PublicKeyInfo>; export {}; //# sourceMappingURL=hedera.d.ts.map