@airgap/aeternity
Version:
The @airgap/aeternity is an Aeternity implementation of the ICoinProtocol interface from @airgap/coinlib-core.
4 lines (3 loc) • 298 B
TypeScript
import { BytesStringFormat } from '@airgap/module-kit';
export declare function convertEncodedBytesString(prefix: string, encoded: string, targetFormat: BytesStringFormat): string;
export declare function convertHexBytesString(prefix: string, hex: string, targetFormat: BytesStringFormat): string;