toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
BlockEpilogueTransactionResponse
Block
Epilogue
Transaction
Response
@
Serializable
@
SerialName
(
value
=
"block_epilogue_transaction"
)
data
class
BlockEpilogueTransactionResponse
(
val
type
:
TransactionResponseType
,
val
version
:
String
,
val
hash
:
String
,
val
stateChangeHash
:
String
,
val
eventRootHash
:
String
,
val
stateCheckpointHash
:
String
?
,
val
gasUsed
:
String
,
val
success
:
Boolean
,
val
vmStatus
:
String
,
val
accumulatorRootHash
:
String
,
val
timestamp
:
String
)
:
TransactionResponse
Members
Constructors
Block
Epilogue
Transaction
Response
Link copied to clipboard
constructor
(
type
:
TransactionResponseType
,
version
:
String
,
hash
:
String
,
stateChangeHash
:
String
,
eventRootHash
:
String
,
stateCheckpointHash
:
String
?
,
gasUsed
:
String
,
success
:
Boolean
,
vmStatus
:
String
,
accumulatorRootHash
:
String
,
timestamp
:
String
)
Properties
accumulator
Root
Hash
Link copied to clipboard
@
SerialName
(
value
=
"accumulator_root_hash"
)
val
accumulatorRootHash
:
String
event
Root
Hash
Link copied to clipboard
@
SerialName
(
value
=
"event_root_hash"
)
val
eventRootHash
:
String
gas
Used
Link copied to clipboard
@
SerialName
(
value
=
"gas_used"
)
val
gasUsed
:
String
hash
Link copied to clipboard
val
hash
:
String
state
Change
Hash
Link copied to clipboard
@
SerialName
(
value
=
"state_change_hash"
)
val
stateChangeHash
:
String
state
Checkpoint
Hash
Link copied to clipboard
@
SerialName
(
value
=
"state_checkpoint_hash"
)
val
stateCheckpointHash
:
String
?
success
Link copied to clipboard
val
success
:
Boolean
timestamp
Link copied to clipboard
val
timestamp
:
String
type
Link copied to clipboard
open
override
val
type
:
TransactionResponseType
version
Link copied to clipboard
val
version
:
String
vm
Status
Link copied to clipboard
@
SerialName
(
value
=
"vm_status"
)
val
vmStatus
:
String