UNPKG

@dainprotocol/drift-sdk

Version:

SDK for Drift Protocol

6 lines 295 B
/// <reference types="bn.js" /> import { StateAccount } from '../types'; import { BN } from '../'; export declare function calculateInitUserFee(stateAccount: StateAccount): BN; export declare function getMaxNumberOfSubAccounts(stateAccount: StateAccount): BN; //# sourceMappingURL=state.d.ts.map