@@ -975,7 +975,7 @@ Contract and contract-related messages.
975
975
976
976
- message `VoteAssetContract `
977
977
978
- `owner_address`: assress of contract owner.
978
+ `owner_address`: address of contract owner.
979
979
980
980
`vote_address`: voted address of asset.
981
981
@@ -1059,7 +1059,7 @@ Contract and contract-related messages.
1059
1059
1060
1060
`total_supply`: maximum of asset.
1061
1061
1062
- `frozen_supply`: frozen supplt of asset.
1062
+ `frozen_supply`: frozen supply of asset.
1063
1063
1064
1064
`trx_num`: trx num defines token price.
1065
1065
@@ -1079,11 +1079,11 @@ Contract and contract-related messages.
1079
1079
1080
1080
`free_asset_net_limit`: free bandwidth limit each account owns when transfers asset.
1081
1081
1082
- `public_free_asset_net_limit`: free bandwidth limit for all acoounts .
1082
+ `public_free_asset_net_limit`: free bandwidth limit for all accounts .
1083
1083
1084
1084
`public_free_asset_net_usage`: free bandwidth usage of all accounts.
1085
1085
1086
- `public_latest_free_net_time`: the latest bandwidth consumption time fo token transfer.
1086
+ `public_latest_free_net_time`: the latest bandwidth consumption time for token transfer.
1087
1087
1088
1088
```java
1089
1089
message AssetIssueContract {
@@ -1131,7 +1131,7 @@ Contract and contract-related messages.
1131
1131
1132
1132
`owner_address`: owner address.
1133
1133
1134
- `to_address`: reveiver address.
1134
+ `to_address`: receiver address.
1135
1135
1136
1136
`asset_name`: target asset name.
1137
1137
@@ -1461,7 +1461,7 @@ Contract and contract-related messages.
1461
1461
1462
1462
`owner_address`: address of owner.
1463
1463
1464
- `owner`: autuority to execute all contracts.
1464
+ `owner`: authority to execute all contracts.
1465
1465
1466
1466
`witness`: used by SR for generating blocks.
1467
1467
@@ -1514,7 +1514,7 @@ Contract and contract-related messages.
1514
1514
1515
1515
`binding_signature`: signature to verify transaction.
1516
1516
1517
- `transparent_to_address`: transparent address of reveiver .
1517
+ `transparent_to_address`: transparent address of receiver .
1518
1518
1519
1519
`to_amount`: amount to transparent to_address
1520
1520
@@ -1536,7 +1536,7 @@ Contract and contract-related messages.
1536
1536
1537
1537
### < span id= " smartc" > Smart Contract</ span>
1538
1538
1539
- message `SmartContract ` has mutiple attributes and nested message `ABI `
1539
+ message `SmartContract ` has multiple attributes and nested message `ABI `
1540
1540
1541
1541
- message `SmartContract `
1542
1542
@@ -1559,7 +1559,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
1559
1559
1560
1560
- message `Param `
1561
1561
1562
- `indexed`: `true ` if the field is part of the log’s topics, `false ` if it one of the log’s data segment.
1562
+ `indexed`: `true ` if the field is part of the log’s topics, `false ` if it is one of the log’s data segment.
1563
1563
1564
1564
`name`: name of the parameter.
1565
1565
@@ -1757,7 +1757,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
1757
1757
1758
1758
`tree`: incremental merkle tree.
1759
1759
1760
- `filled`: this is a array, it contains the root of the subtree which can be combined with the param tree to be a new merkle tree.
1760
+ `filled`: this is an array, it contains the root of the subtree which can be combined with the param tree to be a new merkle tree.
1761
1761
1762
1762
`cursor`: the node that can be combined to a subtree, when they are combined to a subtree, compute its root and put it into the filled.
1763
1763
@@ -1782,7 +1782,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
1782
1782
1783
1783
`vouchers`: this is an array, each items represents the merklevoucher of the outputpoint.
1784
1784
1785
- `paths`: his is an array each items represents the path of the outputpoint.
1785
+ `paths`: this is an array each items represents the path of the outputpoint.
1786
1786
1787
1787
```java
1788
1788
message IncrementalMerkleVoucherInfo {
@@ -2124,13 +2124,13 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
2124
2124
2125
2125
- #### Node Information
2126
2126
2127
- Node information is separaed into several parts and implemented by nested messages.
2127
+ Node information is separated into several parts and implemented by nested messages.
2128
2128
2129
2129
2130
2130
2131
2131
- message `NodeInfo `
2132
2132
2133
- `beginSyncNum`: beginning block height for synchornize .
2133
+ `beginSyncNum`: beginning block height for synchronize .
2134
2134
2135
2135
`block`: head block id.
2136
2136
@@ -2154,13 +2154,13 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
2154
2154
2155
2155
- message `PeerInfo `:
2156
2156
2157
- `lastSyncBlock`: last block id for synchornize .
2157
+ `lastSyncBlock`: last block id for synchronize .
2158
2158
2159
2159
`remainNum`: number of remaining blocks.
2160
2160
2161
2161
`lastBlockUpdateTime`: latest block update time .
2162
2162
2163
- `syncFlag`: is synchroniing or not.
2163
+ `syncFlag`: is synchronizing or not.
2164
2164
2165
2165
`headBlockTimeWeBothHave`: timestamp of common head block.
2166
2166
@@ -2172,7 +2172,7 @@ message `SmartContract` has mutiple attributes and nested message `ABI`
2172
2172
2173
2173
`port`: listening port.
2174
2174
2175
- `nodeId`: ramdomly generated node ID
2175
+ `nodeId`: randomly generated node ID
2176
2176
2177
2177
`connectTime`: connection time period from established.
2178
2178
0 commit comments