@radixdlt/radix-engine-toolkit
Version:
A TypeScript wrapper for the Radix Engine Toolkit that provides many of the necessary tools to interact with the Radix ledger
9 lines (8 loc) • 416 B
TypeScript
/**
* This module contains the type definitions of types generated through the
* {@link https://github.com/1Password/typeshare TypeShare} tool to help in maintaining the models
* used in the toolkit. The models defined here should not be re-exported through the top-level
* index, instead, wrappers around these models should be exposed when needed.
*/
export * from "./converter";
export * from "./generated";