async futureSwap (future: FutureSwap, utxos: UTXO[] = []): Promise<string> {
    return await this.client.call('futureswap', [future.address, future.amount, future.destination, utxos], 'number')
  }