UNPKG

@airgap/aeternity

Version:

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

8 lines (7 loc) 282 B
import { IAirGapAddress } from '@airgap/coinlib-core/interfaces/IAirGapAddress'; export declare class AeternityAddress implements IAirGapAddress { private readonly value; private constructor(); static from(publicKey: string): AeternityAddress; asString(): string; }