UNPKG

@tatumio/tatum-v1

Version:

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

13 lines (12 loc) 356 B
import { Currency } from './Currency'; import { Fee } from './Fee'; import { PrivateKeyOrSignatureId } from './PrivateKeyOrSignatureId'; export declare class TransferBscBep20 extends PrivateKeyOrSignatureId { to: string; amount: string; data?: string; currency?: Currency; fee?: Fee; nonce?: number; contractAddress?: string; }