Raindex SDK Documentation
    Preparing search index...

    Interface SgOrdersListFilterArgs

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

    Properties

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