TransactionEvent

The container for the properties of a transaction event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The container for time.

Link copied to clipboard

This container specifies whether the transaction has reached Finality.

Link copied to clipboard

The blockchain address for the contract

Link copied to clipboard

The type of transaction event.

Link copied to clipboard
val from: String?

The wallet address initiating the transaction. It can either be a public key or a contract.

Link copied to clipboard

The blockchain network where the transaction occurred.

Link copied to clipboard

The position of the spent transaction output in the output list of the creating transaction.

Link copied to clipboard

The transactionHash that created the spent transaction output.

Link copied to clipboard

The transactionId that created the spent transaction output.

Link copied to clipboard
val to: String?

The wallet address receiving the transaction. It can either be a public key or a contract.

Link copied to clipboard

The unique identifier for the token involved in the transaction.

Link copied to clipboard

The hash of a transaction. It is generated when a transaction is created.

Link copied to clipboard

The identifier of a Bitcoin transaction. It is generated when a transaction is created.

Link copied to clipboard

The value that was transacted.

Link copied to clipboard

The position of the transaction output in the transaction output list.

Link copied to clipboard

Specifies if the transaction output is spent or unspent. This is only returned for BITCOIN_VOUT event types.

Functions

Link copied to clipboard
inline fun copy(block: TransactionEvent.Builder.() -> Unit = {}): TransactionEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String