xuperchain / xuper-java-sdk

The java sdk of xuperunion https://github.com/xuperchain/xuperunion
Apache License 2.0
27 stars 22 forks source link

need some Java API #7

Open zzf1861 opened 3 years ago

zzf1861 commented 3 years ago

Our company needs to develop a block chain browser, Found using the go relatively complete SDK API, but not including some Java API,

So if you can support the following API interface: rpc GetBlockByHeight(BlockHeight) returns (Block) 从当前账本获取特定高度

rpc GetAccountByAK(AK2AccountRequest) returns (AK2AccountResponse) 查询包含指定地址的所有合约账号

rpc QueryUtxoRecord(UtxoRecordDetail) returns (UtxoRecordDetail) 查询账号的utxo细节 rpc GetAccountContracts(GetAccountContractsRequest) returns (GetAccountContractsResponse) 获取合约账号下部署的智能合约

godeamon commented 3 years ago

@zzf1861 Thank you for your suggestions. We will add these API in the near future.