SuiObjectDataOptions class

Constructors

SuiObjectDataOptions({bool showType = false, bool showContent = false, bool showBcs = false, bool showOwner = false, bool showPreviousTransaction = false, bool showStorageRebate = false, bool showDisplay = false})

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showBcs ↔ bool
Whether to fetch the object content in BCS bytes, default to be false
getter/setter pair
showContent ↔ bool
Whether to fetch the object content, default to be false
getter/setter pair
showDisplay ↔ bool
Whether to fetch the display metadata, default to be false
getter/setter pair
showOwner ↔ bool
Whether to fetch the object owner, default to be false
getter/setter pair
showPreviousTransaction ↔ bool
Whether to fetch the previous transaction digest, default to be false
getter/setter pair
showStorageRebate ↔ bool
Whether to fetch the storage rebate, default to be false
getter/setter pair
showType ↔ bool
Whether to fetch the object type, default to be true
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, bool>
toString() → TransactionDigest
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited