UNPKG

@tatumio/tatum-v1

Version:

Tatum API client allows browsers and Node.js clients to interact with Tatum API.

9 lines (8 loc) 228 B
import { FromUTXO, To } from './TransferBtcBasedBlockchain'; export declare class FromUTXOBcash extends FromUTXO { value: string; } export declare class TransferBchBlockchain { fromUTXO: FromUTXOBcash[]; to: To[]; }