UNPKG

@xchainjs/xchain-litecoin

Version:

Custom Litecoin client and utilities used by XChainJS clients

14 lines (13 loc) 236 B
export type Witness = { value: number; script: Buffer; }; export type NodeAuth = { username: string; password: string; }; export type BroadcastTxParams = { txHex: string; nodeUrl: string; auth?: NodeAuth; };