Difference between revisions of "Translations:Demo Code/7/zh-cn"

From Veriblock Wiki
Jump to: navigation, search
(Created page with "这是一个极简单的Java代码样本来展示如何调用在核心节点代码集中的指令。其中包括类似于getinfo,getbalance,getpopendo...")
 
(No difference)

Latest revision as of 14:00, 18 April 2019

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Demo Code)
This is a very minimalist Java code sample to show how one could call commands exposed in the [[NodeCore_CommandLine]]. These include commands like getinfo, getbalance, getpopendorsementsinfo, etc... It also shows some of the utility functions like Utility.bytesToHex or Utility.bytesToBase58.
Translation这是一个极简单的Java代码样本来展示如何调用在[[NodeCore_CommandLine|核心节点代码集]]中的指令。其中包括类似于getinfo,getbalance,getpopendorsementinfo等等...同时也展示了一些公用功能比如Utility.bytesToHex或者Utility.bytesToBase58。

这是一个极简单的Java代码样本来展示如何调用在核心节点代码集中的指令。其中包括类似于getinfo,getbalance,getpopendorsementinfo等等...同时也展示了一些公用功能比如Utility.bytesToHex或者Utility.bytesToBase58。