Raindex SDK Documentation
    Preparing search index...

    Interface SgOrdersListFilterArgs

    interface SgOrdersListFilterArgs {
        active?: boolean;
        orderbooks: string[];
        orderHash?: string;
        owners: string[];
        tokens?: SgOrdersTokensFilterArgs;
    }
    Index

    Properties

    active?: boolean
    orderbooks: string[]
    orderHash?: string
    owners: string[]