menu
sui package
documentation
types/objects.dart
SuiMoveObject
SuiMoveObject constructor
SuiMoveObject constructor
dark_mode
light_mode
SuiMoveObject
constructor
SuiMoveObject
(
String
dataType
,
String
type
,
dynamic
fields
,
bool
?
hasPublicTransfer
,
)
Implementation
SuiMoveObject(this.dataType, this.type, this.fields, this.hasPublicTransfer);
sui package
documentation
types/objects
SuiMoveObject
SuiMoveObject constructor
SuiMoveObject class