UNPKG

@airgap/aeternity

Version:

The @airgap/aeternity is an Aeternity implementation of the ICoinProtocol interface from @airgap/coinlib-core.

4 lines (3 loc) 225 B
import { PublicKey } from '@airgap/module-kit'; export declare function aePublicKey(publicKey: string): PublicKey; export declare function convertPublicKey(publicKey: PublicKey, targetFormat: PublicKey['format']): PublicKey;