UNPKG

@airgap/etherlink

Version:

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

3 lines (2 loc) 142 B
import { Signature } from '../types/signature'; export declare function newSignature(value: string, format?: Signature['format']): Signature;