UNPKG

@radixdlt/application

Version:

A JavaScript client library for interacting with the Radix Distributed Ledger.

9 lines 354 B
import { nodeAPI } from '.'; import { radixCoreAPI } from './radixCoreAPI'; export declare type NodeAPI = ReturnType<typeof nodeAPI>; export declare type NodeT = Readonly<{ url: URL; }>; export declare type RadixAPI = Omit<RadixCoreAPI, 'node'>; export declare type RadixCoreAPI = ReturnType<typeof radixCoreAPI>; //# sourceMappingURL=_types.d.ts.map