UNPKG

@airgap/etherlink

Version:

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

7 lines (6 loc) 191 B
import { IACMessageType, SchemaInfo } from '@airgap/serializer'; export interface V3SchemaConfiguration { type: IACMessageType; schema: SchemaInfo; protocolIdentifier?: string; }