| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
- blockchain
- concept
- tailwindcss
- bitcoin
- SSR
- JavaScript
- express.js
- useState
- Redux
- graphQL
- Ethereum
- Interface
- hardhat
- web
- CLASS
- CSS
- node.js
- solidity
- error
- typeScript
- HTML
- 삶
- 기준
- middleware
- built in object
- nextJS
- evm
- Props
- REACT
- API
- Today
- Total
목록transaction (2)
ReasonJun
Type: The type of transaction (e.g., LegacyTxType, AccessListTxType). PostState: The root hash of the world state after transaction execution. Status: The transaction's status (1 for success, 0 for failure). CumulativeGasUsed: Total gas used by the transaction and its sub-transactions. Bloom: A Bloom filter for efficient retrieval of logs matching specific topics. Logs: An array of logs emitted ..
Transaction is a structure used when EOA transmits Eth to EOA or when EOA calls CA. txType() byte: This method returns the type ID of the transaction. It is expected to return a byte representing the type of the transaction. copy() TxData: This method creates a deep copy of the transaction data, initializing all fields. It allows for the duplication of transaction data. chainID() *big.Int: Retur..