toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
TransactionBlockEffects
Transaction
Block
Effects
@
Serializable
data
class
TransactionBlockEffects
(
val
messageVersion
:
String
,
val
status
:
Status
,
val
executedEpoch
:
String
,
val
gasUsed
:
GasUsed
,
val
modifiedAtVersions
:
List
<
AtVersion
>
,
val
transactionDigest
:
String
,
val
mutated
:
List
<
Object
>
=
emptyList()
,
val
gasObject
:
GasObject
,
val
dependencies
:
List
<
String
>
)
Members
Constructors
Transaction
Block
Effects
Link copied to clipboard
constructor
(
messageVersion
:
String
,
status
:
Status
,
executedEpoch
:
String
,
gasUsed
:
GasUsed
,
modifiedAtVersions
:
List
<
AtVersion
>
,
transactionDigest
:
String
,
mutated
:
List
<
Object
>
=
emptyList()
,
gasObject
:
GasObject
,
dependencies
:
List
<
String
>
)
Properties
dependencies
Link copied to clipboard
val
dependencies
:
List
<
String
>
executed
Epoch
Link copied to clipboard
val
executedEpoch
:
String
gas
Object
Link copied to clipboard
val
gasObject
:
GasObject
gas
Used
Link copied to clipboard
val
gasUsed
:
GasUsed
message
Version
Link copied to clipboard
val
messageVersion
:
String
modified
At
Versions
Link copied to clipboard
val
modifiedAtVersions
:
List
<
AtVersion
>
mutated
Link copied to clipboard
val
mutated
:
List
<
Object
>
status
Link copied to clipboard
val
status
:
Status
transaction
Digest
Link copied to clipboard
val
transactionDigest
:
String