UNPKG

@xchainjs/xchain-litecoin

Version:

Custom Litecoin client and utilities used by XChainJS clients

6 lines (5 loc) 101 B
export type TxBroadcastResponse = { id: string; result: string; error: string | null; };