@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data: {
            actions?: DocumentAction[] | null;
            after_block?: number | null;
            before_block?: number | null;
            filter: any;
            limit?: number | null;
            page?: number | null;
            type?: string | null;
            username: string;
        };
    }
    Index

    Properties

    Properties

    data: {
        actions?: DocumentAction[] | null;
        after_block?: number | null;
        before_block?: number | null;
        filter: any;
        limit?: number | null;
        page?: number | null;
        type?: string | null;
        username: string;
    }