import { expect } from 'chai'; import { Transactions } from '../src'; describe('Transaction Creation', () => { it.skip('should create a LTP tx', () => { // TODO }); it.skip('should fail to get signatures on a LTP txs', () => { // TODO !! }); }); describe('Transaction Sign', () => { });