Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
RootHashEvent
Interface RootHashEvent
Event is a roothash event.
interface
RootHashEvent
{
execution_discrepancy
?:
RootHashExecutionDiscrepancyDetectedEvent
;
executor_committed
?:
RootHashExecutorCommittedEvent
;
finalized
?:
RootHashFinalizedEvent
;
height
?:
longnum
;
in_msg_processed
?:
RootHashInMsgProcessedEvent
;
runtime_id
:
Uint8Array
;
tx_hash
?:
Uint8Array
;
}
Index
Properties
execution_
discrepancy?
executor_
committed?
finalized?
height?
in_
msg_
processed?
runtime_
id
tx_
hash?
Properties
Optional
execution_
discrepancy
execution_
discrepancy
?:
RootHashExecutionDiscrepancyDetectedEvent
Optional
executor_
committed
executor_
committed
?:
RootHashExecutorCommittedEvent
Optional
finalized
finalized
?:
RootHashFinalizedEvent
Optional
height
height
?:
longnum
Optional
in_
msg_
processed
in_
msg_
processed
?:
RootHashInMsgProcessedEvent
runtime_
id
runtime_
id
:
Uint8Array
Optional
tx_
hash
tx_
hash
?:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execution_
discrepancy
executor_
committed
finalized
height
in_
msg_
processed
runtime_
id
tx_
hash
@oasisprotocol/client
Loading...
Event is a roothash event.