Documentation

    Interface SuiObjectResponseQuery

    interface SuiObjectResponseQuery {
        filter?: null | SuiObjectDataFilter;
        options?: null | SuiObjectDataOptions;
    }
    Index

    Properties

    Properties

    filter?: null | SuiObjectDataFilter

    If None, no filter will be applied

    options?: null | SuiObjectDataOptions

    config which fields to include in the response, by default only digest is included

    MMNEPVFCICPMFPCPTTAAATR