UNPKG

@thorwallet/xchain-bitcoincash

Version:

Custom bitcoincash client and utilities used by XChainJS clients

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