UNPKG

@tatumio/tatum-v1

Version:

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

10 lines (9 loc) 265 B
import { Fee } from '../Fee'; import { PrivateKeyOrSignatureId } from '../PrivateKeyOrSignatureId'; export declare class EgldEsdtTransaction extends PrivateKeyOrSignatureId { to?: string; from?: string; amount?: string; fee?: Fee; data?: any; }