UNPKG

@tatumio/tatum-v1

Version:

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

8 lines (7 loc) 158 B
export declare class AddressQuery { accountId: string; derivationKey?: number; } export declare class AddressBatch { addresses: AddressQuery[]; }