Raindex SDK Documentation
    Preparing search index...

    Interface SgVaultsListFilterArgs

    interface SgVaultsListFilterArgs {
        hideZeroBalance: boolean;
        onlyActiveOrders: boolean;
        orderbooks: string[];
        owners: string[];
        tokens: string[];
    }
    Index

    Properties

    hideZeroBalance: boolean
    onlyActiveOrders: boolean
    orderbooks: string[]
    owners: string[]
    tokens: string[]