airgap-coin-lib
Version:
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
6 lines (5 loc) • 325 B
TypeScript
import { ProtocolNetwork } from './ProtocolNetwork';
import { ProtocolOptions } from './ProtocolOptions';
import { ProtocolSymbols } from './ProtocolSymbols';
declare const getProtocolOptionsByIdentifier: (identifier: ProtocolSymbols, network?: ProtocolNetwork) => ProtocolOptions;
export { getProtocolOptionsByIdentifier };