Uncategorized [Solidity] How to add element to the array? This section explains how to add element to the array in Solidity. Syntax To add element to an array in Solidity,... 2023.01.18 Uncategorized
Uncategorized [Solidity] How to initialize the array? This section explains how to initialize the array in Solidity. Syntax There are two types of arrays: “Fixed-Lengt... 2023.01.18 Uncategorized
Uncategorized [Solidity] Summary of default values (initial values) for mapping The following is a summary of the default values (initial values) for mapping in Solidity. The default values for ma... 2023.01.17 Uncategorized
Uncategorized [Solidity] How to delete an element of a mapping? This section explains how to delete mapping element in Solidity. Syntax To delete a mapping element in Solidity, ... 2023.01.17 Uncategorized
Uncategorized [Solidity] How to initialize the mapping? This section explains how to initialize mapping in Solidity. Syntax First, declare the mapping as follows. map... 2023.01.17 Uncategorized