UNPKG

@devasher/kuru-sdk

Version:

Ethers v6 SDK to interact with Kuru (forked from @kuru-labs/kuru-sdk)

5 lines 289 B
import { ethers } from 'ethers'; export declare abstract class MarginBalance { static getBalance(providerOrSigner: ethers.JsonRpcProvider | ethers.Signer, marginAccountAddress: string, userAddress: string, tokenAddress: string): Promise<bigint>; } //# sourceMappingURL=balance.d.ts.map