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 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
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 the transaction. It is generated whenever a transaction is verified and added to the blockchain.

Link copied to clipboard

The unique identifier of the transaction. It is generated whenever a transaction is verified and added to the blockchain.

Link copied to clipboard

The value that was transacted.

Link copied to clipboard

The position of the vout in the transaction output list.

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