使用范围:UI2
Contents
component Eos_client ($UI/comp/eos_client/components/eos_client/eos_client) extends Component
EOS客户端
Constructor Top
Eos_client () |
Methods Top
void | getEOSTableDataSimple (String contractId, String table, String key, String limit, String upperBound, String lowerBound) | |
void | pushTransactionSimple (String contractId, String action, String message, String needUserPrivateKey) |
Constructor details
Top
public
Eos_client
()
EOS客户端
使用场景:EOS客户端
public
Eos_client
()
EOS客户端
Methods Detail Top
public
void
getEOSTableDataSimple
(String contractId, String table, String key, String limit, String upperBound, String lowerBound)
获取表中数据
public
void
pushTransactionSimple
(String contractId, String action, String message, String needUserPrivateKey)
提交交易