menu
sui package
documentation
types/events.dart
MoveEvent
MoveEvent constructor
MoveEvent constructor
dark_mode
light_mode
MoveEvent
constructor
MoveEvent
(
ObjectId
packageId
,
String
transactionModule
,
SuiAddress
sender
,
String
type
,
Map
<
String
,
dynamic
>
?
fields
,
String
bcs
,
)
Implementation
MoveEvent( this.packageId, this.transactionModule, this.sender, this.type, this.fields, this.bcs );
sui package
documentation
types/events
MoveEvent
MoveEvent constructor
MoveEvent class