UNPKG

@atomicport/bitcoin

Version:

Support Cross-Chain-Swap with HTLC on any blockchains

14 lines (13 loc) 227 B
export interface LockOptions { fee?: number; lockHeight?: number; } export interface HashPair { secret: string; proof: string; } export interface Utxo { hash: string; index: number; value: number; }