UNPKG

@tatumio/tatum-v1

Version:

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

16 lines (15 loc) 348 B
import { Currency } from './Currency'; import { Fee } from './Fee'; export declare class CreateRecord { fromPrivateKey: string; signatureId?: string; data: string; chain: string; feeCurrency?: Currency; from: string; to?: string; nonce?: number; ethFee?: Fee; fromShardID?: number; toShardID?: number; }