UNPKG

@dainprotocol/drift-sdk

Version:

SDK for Drift Protocol

6 lines (5 loc) 260 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;