@xchainjs/xchain-utxo
Version:
Genereic UTXO client for XChainJS
7 lines (6 loc) • 374 B
TypeScript
import { Client } from './client';
import { Balance, PreparedTx, Tx, TxFrom, TxParams, TxTo, TxsPage, UTXO, UtxoClientParams, Witness } from './types';
/**
* Exported symbols from the `Client`, `UTXO`, `UtxoClientParams`, `Witness`, and `PreparedTx` modules.
*/
export { Client, UTXO, UtxoClientParams, Witness, PreparedTx, Balance, Tx, TxsPage, TxParams, TxTo, TxFrom };