UNPKG

@moosty/lisk-htlc

Version:

Hashed Time Lock Contract transaction for Lisk SDK based blockchain applications

6 lines (5 loc) 274 B
import * as utils from './utils'; import { HTLCConfig } from './interfaces'; declare const configureHTLCTransaction: (config: HTLCConfig) => any; declare const HTLCTransaction: any; export { HTLCTransaction, configureHTLCTransaction as UnConfigureHTLCTransaction, utils, };