@drift-labs/sdk-browser
Version:
SDK for Drift Protocol
7 lines (6 loc) • 358 B
TypeScript
/// <reference types="bn.js" />
import { BN } from '@coral-xyz/anchor';
import { StateAccount } from '../types';
export declare function calculateInitUserFee(stateAccount: StateAccount): BN;
export declare function getMaxNumberOfSubAccounts(stateAccount: StateAccount): BN;
export declare function useMedianTriggerPrice(stateAccount: StateAccount): boolean;