UNPKG

@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

8 lines (7 loc) 118 B
export type ManifestAddress = { kind: "Static"; value: string; } | { kind: "Named"; value: number; };