UNPKG

@tatumio/tatum-v1

Version:

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

14 lines (13 loc) 220 B
/** * * @export * @interface TransactionHash */ export interface TransactionHash { /** * TX hash of successful transaction. * @type {string} * @memberof TransactionHash */ txId: string; }