250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- JavaScript
- solidity
- tailwindcss
- typeScript
- built in object
- API
- CLASS
- web
- Props
- 삶
- REACT
- Redux
- nextJS
- concept
- 기준
- express.js
- node.js
- bitcoin
- CSS
- HTML
- Ethereum
- hardhat
- Interface
- SSR
- evm
- useState
- blockchain
- graphQL
- error
- middleware
Archives
- Today
- Total
목록mapping (1)
ReasonJun
Solidity : mapping
A mapping in Solidity is a data structure that stores key-value pairs. The key can be of any built-in data type, except reference types, and the value can be of any type, including mappings, arrays, and structs. Mappings are similar to dictionaries in other programming languages. They are often used to store data that needs to be accessed quickly and easily, such as user accounts, balances, and ..
Blockchain/Solidity
2023. 10. 16. 16:34