aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias SuiObjectView

    SuiObjectView: SuiClientTypes.Object<{ display: true; json: true }>

    The gRPC object view consumed by the SDK's object casters.

    Request json and display with the corresponding gRPC include flags. Without those flags, the runtime response can contain undefined even though this type requires the fields for casters that read them.

    display is nullable when the object type has no Display template. Use Helpers.getObjectDisplay only after requesting display data; it throws when the field is undefined.