@renegade-fi/core
Advanced tools
Comparing version 0.0.0-canary-20241025222314 to 0.0.0-canary-20241028170439
@@ -37,3 +37,2 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { refreshWallet, } from '../actions/refreshWallet.js'; | ||
export { signMessage, } from '../actions/signMessage.js'; | ||
export { updateOrder, } from '../actions/updateOrder.js'; | ||
@@ -40,0 +39,0 @@ export { waitForTaskCompletion, } from '../actions/waitForTaskCompletion.js'; |
@@ -31,3 +31,2 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { payFees, } from '../actions/payFees.js'; | ||
export { signMessage, } from '../actions/signMessage.js'; | ||
export { updateOrder, } from '../actions/updateOrder.js'; | ||
@@ -34,0 +33,0 @@ export { waitForTaskCompletion, } from '../actions/waitForTaskCompletion.js'; |
@@ -34,3 +34,2 @@ export { type AssignOrderParameters, assignOrder, } from '../actions/assignOrder.js'; | ||
export { type RefreshWalletReturnType, refreshWallet, } from '../actions/refreshWallet.js'; | ||
export { type SignMessageParameters, type SignMessageReturnType, signMessage, } from '../actions/signMessage.js'; | ||
export { type UpdateOrderParameters, type UpdateOrderReturnType, updateOrder, } from '../actions/updateOrder.js'; | ||
@@ -37,0 +36,0 @@ export { type WaitForTaskCompletionParameters, type WaitForTaskCompletionReturnType, waitForTaskCompletion, } from '../actions/waitForTaskCompletion.js'; |
@@ -28,3 +28,2 @@ export { type CancelOrderRequestErrorType, type CancelOrderRequestParameters, type CancelOrderRequestReturnType, cancelOrderRequest, } from '../actions/cancelOrderRequest.js'; | ||
export { type PayFeesReturnType, type PayFeesErrorType, payFees, } from '../actions/payFees.js'; | ||
export { type SignMessageParameters, type SignMessageReturnType, signMessage, } from '../actions/signMessage.js'; | ||
export { type UpdateOrderParameters, type UpdateOrderReturnType, updateOrder, } from '../actions/updateOrder.js'; | ||
@@ -31,0 +30,0 @@ export { type WaitForTaskCompletionParameters, type WaitForTaskCompletionReturnType, waitForTaskCompletion, } from '../actions/waitForTaskCompletion.js'; |
{ | ||
"name": "@renegade-fi/core", | ||
"description": "VanillaJS library for Renegade", | ||
"version": "0.0.0-canary-20241025222314", | ||
"version": "0.0.0-canary-20241028170439", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -178,8 +178,2 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { | ||
type SignMessageParameters, | ||
type SignMessageReturnType, | ||
signMessage, | ||
} from '../actions/signMessage.js' | ||
export { | ||
type UpdateOrderParameters, | ||
@@ -186,0 +180,0 @@ type UpdateOrderReturnType, |
@@ -169,8 +169,2 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { | ||
type SignMessageParameters, | ||
type SignMessageReturnType, | ||
signMessage, | ||
} from '../actions/signMessage.js' | ||
export { | ||
type UpdateOrderParameters, | ||
@@ -177,0 +171,0 @@ type UpdateOrderReturnType, |
@@ -5,38 +5,4 @@ /* tslint:disable */ | ||
* @param {string} seed | ||
* @param {bigint} nonce | ||
* @returns {any} | ||
*/ | ||
export function derive_sk_root_from_seed(seed: string, nonce: bigint): any; | ||
/** | ||
* @param {string} seed | ||
* @param {bigint} nonce | ||
* @returns {any} | ||
*/ | ||
export function get_pk_root(seed: string, nonce: bigint): any; | ||
/** | ||
* @param {string} seed | ||
* @param {bigint} nonce | ||
* @returns {any[]} | ||
*/ | ||
export function get_pk_root_scalars(seed: string, nonce: bigint): any[]; | ||
/** | ||
* @param {string} seed | ||
* @returns {any} | ||
*/ | ||
export function get_symmetric_key(seed: string): any; | ||
/** | ||
* @param {string} sk_root | ||
* @param {string} message | ||
* @returns {any} | ||
*/ | ||
export function sign_message(sk_root: string, message: string): any; | ||
/** | ||
* @param {string} value | ||
* @returns {any} | ||
*/ | ||
export function bigint_to_limbs(value: string): any; | ||
/** | ||
* @param {string} seed | ||
* @returns {any} | ||
*/ | ||
export function create_wallet(seed: string): any; | ||
@@ -142,1 +108,24 @@ /** | ||
export function b64_to_hex_hmac_key(b64_key: string): string; | ||
/** | ||
* @param {string} seed | ||
* @param {bigint} nonce | ||
* @returns {any} | ||
*/ | ||
export function derive_sk_root_from_seed(seed: string, nonce: bigint): any; | ||
/** | ||
* @param {string} seed | ||
* @param {bigint} nonce | ||
* @returns {any} | ||
*/ | ||
export function get_pk_root(seed: string, nonce: bigint): any; | ||
/** | ||
* @param {string} seed | ||
* @param {bigint} nonce | ||
* @returns {any[]} | ||
*/ | ||
export function get_pk_root_scalars(seed: string, nonce: bigint): any[]; | ||
/** | ||
* @param {string} seed | ||
* @returns {any} | ||
*/ | ||
export function get_symmetric_key(seed: string): any; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
729765
434
7884