UNPKG

@atomicport/evm

Version:

Support Cross-Chain-Swap with HTLC on any blockchains

9 lines (8 loc) 151 B
export interface LockOptions { gasLimit?: number; lockSeconds?: number; } export interface HashPair { secret: string; proof: string; }