UNPKG

@drift-labs/sdk-browser

Version:
9 lines (8 loc) 525 B
/// <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; export declare function builderCodesEnabled(stateAccount: StateAccount): boolean; export declare function builderReferralEnabled(stateAccount: StateAccount): boolean;