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

4 lines (3 loc) 209 B
export type Bytes = Uint8Array | string; export declare const resolveBytes: (bytes: Bytes) => Uint8Array; export declare const resolveBytesAndCheckLength: (bytes: Bytes, expectedLength: number) => Uint8Array;