Package com.casper.sdk.model.event.transaction
-
Interface Summary Interface Description MessagePayload<T> The payload of the message emitted by an addressable entity during execution. -
Class Summary Class Description BytesMessagePayload Message represented as raw bytes.Message Message that was emitted by an addressable entity during execution.StringMessagePayload Human-readable string message.TransactionAccepted The given transaction has been newly-accepted by this node.TransactionExpired The given transaction has expired.TransactionProcessed The given transaction has been executed, committed and forms part of the given block.