UNPKG

@tatumio/tatum-v1

Version:

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

12 lines (11 loc) 301 B
import { CreateWithdrawal } from './CreateWithdrawal'; export declare class KeyPair { address: string; privateKey: string; } export declare class TransferBtcBasedOffchain extends CreateWithdrawal { mnemonic?: string; xpub?: string; keyPair?: KeyPair[]; signatureId?: string; }