Builder

class Builder

Properties

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