Documentation

    Interface SuiObjectDataOptions

    interface SuiObjectDataOptions {
        showBcs?: boolean;
        showContent?: boolean;
        showDisplay?: boolean;
        showOwner?: boolean;
        showPreviousTransaction?: boolean;
        showStorageRebate?: boolean;
        showType?: boolean;
    }
    Index

    Properties

    showBcs?: boolean

    Whether to show the content in BCS format. Default to be False

    showContent?: boolean

    Whether to show the content(i.e., package content or Move struct content) of the object. Default to be False

    showDisplay?: boolean

    Whether to show the Display metadata of the object for frontend rendering. Default to be False

    showOwner?: boolean

    Whether to show the owner of the object. Default to be False

    showPreviousTransaction?: boolean

    Whether to show the previous transaction digest of the object. Default to be False

    showStorageRebate?: boolean

    Whether to show the storage rebate of the object. Default to be False

    showType?: boolean

    Whether to show the type of the object. Default to be False

    MMNEPVFCICPMFPCPTTAAATR