Skip to content

Commit

Permalink
Fix introduction for tx type (neo-project#805)
Browse files Browse the repository at this point in the history
Fix introduction for tx type
  • Loading branch information
superboyiii authored and Celia18305 committed Apr 25, 2019
1 parent bfd14ec commit f884839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-cn/exchange/v2.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ NEO-CLI API 中的 getblock \<index\> [verbose] 方法提供了获取区块信
> [!Note]
>
> - getblockcount 返回的是主链中的区块数量,getblock \<index\> 第一个参数是区块索引,区块索引 = 区块高度 = 区块数量 - 1,所以如果 getblockcount 返回 1234,调用 getblock 1234 将获取不到结果,而应该调用 getblock 1233。
> - 交易所充值提现交易的交易类型都是 ContractTransaction(无论是充值 NEO 还是 GAS),交易所在遍历区块中的所有交易时,只需关心 ContractTransaction
> - 交易所充值提现交易的交易类型可以是 InvocationTransaction,也可以是 ContractTransaction(无论是充值 NEO 还是 GAS),交易所在遍历区块中的所有交易时,只需关心每笔交易的 vout 是否有值
> - 每个区块的第一个交易必定是 MinerTransaction,在遍历交易时可以忽略或跳过。
> - NEO 系统中的一切事务都以交易为单位进行记录。
>
Expand Down

0 comments on commit f884839

Please sign in to comment.