Builder

class Builder

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
var 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
var 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.