Interface RootHashInMsgProcessedEvent

InMsgProcessedEvent is an event of a specific incoming message being processed.

In order to see details one needs to query the runtime at the specified round.

interface RootHashInMsgProcessedEvent {
    caller: Uint8Array;
    id: longnum;
    round: longnum;
    tag?: longnum;
}

Properties

Properties

caller: Uint8Array

Caller is the incoming message submitter address.

ID is the unique incoming message identifier.

round: longnum

Round is the round where the incoming message was processed.

tag?: longnum

Tag is an optional tag provided by the caller.