UNPKG

@tatumio/tatum-v1

Version:

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

9 lines (8 loc) 242 B
import { CreateWithdrawal } from './CreateWithdrawal'; export declare class TransferTrxOffchain extends CreateWithdrawal { mnemonic?: string; index?: number; fromPrivateKey?: string; from?: string; signatureId?: string; }