UNPKG

airgap-coin-lib

Version:

The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

6 lines (5 loc) 316 B
import { ICoinProtocol } from '../protocols/ICoinProtocol'; import { ProtocolNetwork } from './ProtocolNetwork'; import { ProtocolSymbols } from './ProtocolSymbols'; declare const getProtocolByIdentifier: (identifier: ProtocolSymbols, network?: ProtocolNetwork) => ICoinProtocol; export { getProtocolByIdentifier };