This interface is used to track the details of an operation, including its ID, associated block IDs,
presence in the transaction pool, finality status, thread, operation content, and execution status.
See
id - A string representing the ID of the operation.
in_blocks - An array of strings representing the associated block IDs.
in_pool - A boolean indicating whether the operation is in the transaction pool or not.
is_operation_final - A boolean indicating whether the operation is final or not.
thread - A number indicating the thread in which the operation is located.
operation - An object containing the content and signature of the operation.
op_exec_status - A boolean or null representing the execution status of the operation.
Represents the information for an operation.
Remarks
This interface is used to track the details of an operation, including its ID, associated block IDs, presence in the transaction pool, finality status, thread, operation content, and execution status.
See