UNPKG

@thorwallet/xchain-litecoin

Version:

Custom Litecoin client and utilities used by XChainJS clients

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