UNPKG

@tatumio/tatum-v1

Version:

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

7 lines (6 loc) 199 B
import { CreateWithdrawal } from './CreateWithdrawal'; export declare class TransferXrpOffchainKMS extends CreateWithdrawal { account: string; signatureId?: string; sourceTag?: number; }