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

7 lines (6 loc) 342 B
export declare const ED25519_SIGNATURE_LENGTH: number; export declare const SECP256K1_SIGNATURE_LENGTH: number; export declare const ED25519_PUBLIC_KEY_LENGTH: number; export declare const SECP256K1_PUBLIC_KEY_LENGTH: number; export declare const ED25519_PRIVATE_KEY_LENGTH: number; export declare const SECP256K1_PRIVATE_KEY_LENGTH: number;