New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@renegade-fi/core

Package Overview
Dependencies
Maintainers
0
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renegade-fi/core - npm Package Compare versions

Comparing version 0.0.0-canary-20241001045854 to 0.0.0-canary-20241001053047

2

dist/types/types/order.d.ts

@@ -9,3 +9,3 @@ export type Order = {

amount: bigint;
min_fill_amount: bigint;
min_fill_size: bigint;
};

@@ -12,0 +12,0 @@ export declare enum OrderState {

{
"name": "@renegade-fi/core",
"description": "VanillaJS library for Renegade",
"version": "0.0.0-canary-20241001045854",
"version": "0.0.0-canary-20241001053047",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -9,3 +9,3 @@ export type Order = {

amount: bigint
min_fill_amount: bigint
min_fill_size: bigint
}

@@ -12,0 +12,0 @@

@@ -53,6 +53,6 @@ /* tslint:disable */

* @param {string} worst_case_price
* @param {string} min_fill_amount
* @param {string} min_fill_size
* @returns {any}
*/
export function new_order(seed: string, wallet_str: string, id: string, base_mint: string, quote_mint: string, side: string, amount: string, worst_case_price: string, min_fill_amount: string): any;
export function new_order(seed: string, wallet_str: string, id: string, base_mint: string, quote_mint: string, side: string, amount: string, worst_case_price: string, min_fill_size: string): any;
/**

@@ -67,7 +67,7 @@ * @param {string} seed

* @param {string} worst_case_price
* @param {string} min_fill_amount
* @param {string} min_fill_size
* @param {string} matching_pool
* @returns {any}
*/
export function new_order_in_matching_pool(seed: string, wallet_str: string, id: string, base_mint: string, quote_mint: string, side: string, amount: string, worst_case_price: string, min_fill_amount: string, matching_pool: string): any;
export function new_order_in_matching_pool(seed: string, wallet_str: string, id: string, base_mint: string, quote_mint: string, side: string, amount: string, worst_case_price: string, min_fill_size: string, matching_pool: string): any;
/**

@@ -89,6 +89,6 @@ * @param {string} seed

* @param {string} worst_case_price
* @param {string} min_fill_amount
* @param {string} min_fill_size
* @returns {any}
*/
export function update_order(seed: string, wallet_str: string, id: string, base_mint: string, quote_mint: string, side: string, amount: string, worst_case_price: string, min_fill_amount: string): any;
export function update_order(seed: string, wallet_str: string, id: string, base_mint: string, quote_mint: string, side: string, amount: string, worst_case_price: string, min_fill_size: string): any;
/**

@@ -95,0 +95,0 @@ * Build authentication headers for a request

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc