Transaction
There are two possible types of transactions used for this data type:
A Bitcoin transaction is a movement of BTC from one address to another.
An Ethereum transaction refers to an action initiated by an externally owned account, which is an account managed by a human, not a contract. For example, if Bob sends Alice 1 ETH, Bob's account must be debited and Alice's must be credited. This state-changing action occurs within a transaction.
Types
Properties
The block number in which the transaction is recorded.
Specifies whether the transaction has reached Finality.
The blockchain address for the contract.
The amount of gas used up to the specified point in the block.
The effective gas price.
Identifies whether the transaction has succeeded or failed.
The blockchain network where the transaction occurred.
The number of transactions in the block.
The signature of the transaction. The X coordinate of a point R.
The signature of the transaction. The Y coordinate of a point S.
The signature of the transaction. The Z coordinate of a point V.
The transaction fee.
The hash of a transaction. It is generated when a transaction is created.
The identifier of a Bitcoin transaction. It is generated when a transaction is created.
The index of the transaction within a blockchain.
The Timestamp
of the transaction.