Results 3 issues of Peace

When to update the version, match v14 of metadata

Hi,尝试了用这种热部署的方式,但是中间发现一个问题,如何在调用Bundle以后通过自定义的返回按钮返回到初始化界面呢?尝试了很多方式,只有物理键盘的返回是成功的。

String digest = Base58.encode(hashTypedData("TransactionData", txBytes)); public byte[] hashTypedData(String typeTag, byte[] data) { byte[] typeTagBytes = String.format("%s::", typeTag).getBytes(); byte[] dataWithTag = new byte[typeTagBytes.length + data.length]; System.arraycopy(typeTagBytes, 0, dataWithTag, 0, typeTagBytes.length); System.arraycopy(data,...