UNPKG

@airgap/aeternity

Version:

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

4 lines (3 loc) 154 B
/// <reference types="node" /> export declare function encodeTx(transaction: any): string; export declare function decodeTx(transaction: string): Buffer;