UNPKG

@tatumio/tatum-v1

Version:

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

8 lines (7 loc) 280 B
import { Currency } from './Currency'; import { FlowMnemonicOrPrivateKeyOrSignatureId } from './FlowMnemonicOrPrivateKeyOrSignatureId'; export declare class TransferFlow extends FlowMnemonicOrPrivateKeyOrSignatureId { to: string; amount: string; currency: Currency; }