@rholabs/rho-sdk
Advanced tools
Comparing version 0.2.23 to 0.2.24
@@ -284,2 +284,5 @@ import { BrowserProvider, JsonRpcSigner, JsonRpcProvider, TransactionReceipt, Wallet, TransactionRequest } from "ethers"; | ||
} | ||
export const profitAndLossTotal: (input: ProfitAndLoss) => bigint; | ||
export const marginTotal: (input: Margin) => bigint; | ||
export const getUserRoleBytes: (role: UserRole) => string; | ||
interface DataServiceConfig { | ||
@@ -286,0 +289,0 @@ network: RhoSDKNetwork; |
{ | ||
"name": "@rholabs/rho-sdk", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"description": "Rho Protocol SDK", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
@@ -447,4 +447,5 @@ import { RouterABI, ViewABI, QuoterABI, ERC20ABI, ACMABI } from './abi' | ||
export * from './sdk-typings' | ||
export * from './utils' | ||
export * from './api/oracle' | ||
export * from './api/subgraph' | ||
export * from './api/dataservice' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5472176
16751