UNPKG

@tatumio/tatum-v1

Version:

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

5 lines (4 loc) 125 B
import { CreateAccount } from './CreateAccount'; export declare class CreateAccountsBatch { accounts: CreateAccount[]; }