@renegade-fi/core
Advanced tools
Comparing version 0.0.0-canary-20240820202215 to 0.0.0-canary-20240820224611
{ | ||
"name": "@renegade-fi/core", | ||
"description": "VanillaJS library for Renegade", | ||
"version": "0.0.0-canary-20240820202215", | ||
"version": "0.0.0-canary-20240820224611", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist/**", |
@@ -96,2 +96,7 @@ /* tslint:disable */ | ||
/** | ||
* @param {string} seed | ||
* @returns {any} | ||
*/ | ||
export function derive_signing_key_from_seed(seed: string): any; | ||
/** | ||
* @param {string} sk_root | ||
@@ -117,6 +122,1 @@ * @returns {any} | ||
export function bigint_to_limbs(value: string): any; | ||
/** | ||
* @param {string} seed | ||
* @returns {any} | ||
*/ | ||
export function derive_signing_key_from_seed(seed: string): any; |
Sorry, the diff of this file is not supported yet