Describe the solution you'd like
When send or call readonly contract method, we need sign transaction by latest block height and block hash, combine two chain methods getBlockHeight and getBlockByHeight into one getChainStatus. To reduce http request and save time.
Describe the solution you'd like When send or call readonly contract method, we need sign transaction by latest block height and block hash, combine two chain methods
getBlockHeight
andgetBlockByHeight
into onegetChainStatus
. To reduce http request and save time.