We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
writer.writeUint8(0x80); // ALGORAND_CLA writer.writeUint8(0x03); // PUBLIC_KEY_INS writer.writeUint8(0x00); // P1_FIRST writer.writeUint8(0x00); // P2_LAST writer.writeUint8(0x04); // ACCOUNT_INDEX_DATA_SIZE 这个指令是可以获取地址的
writer.writeUint8(0xE0); // ALGORAND_CLA 44'/60'/0'/0/0 writer.writeUint8(0x02); // PUBLIC_KEY_INS writer.writeUint8(0x00); // P1_FIRST writer.writeUint8(0x00); // P2_LAST writer.writeUint8(0x00); // P2_LAST
这个指令获取不到地址,,,是什么原因呢,,eth app
The text was updated successfully, but these errors were encountered:
No branches or pull requests
writer.writeUint8(0x80); // ALGORAND_CLA
writer.writeUint8(0x03); // PUBLIC_KEY_INS
writer.writeUint8(0x00); // P1_FIRST
writer.writeUint8(0x00); // P2_LAST
writer.writeUint8(0x04); // ACCOUNT_INDEX_DATA_SIZE
这个指令是可以获取地址的
writer.writeUint8(0xE0); // ALGORAND_CLA 44'/60'/0'/0/0
writer.writeUint8(0x02); // PUBLIC_KEY_INS
writer.writeUint8(0x00); // P1_FIRST
writer.writeUint8(0x00); // P2_LAST
writer.writeUint8(0x00); // P2_LAST
这个指令获取不到地址,,,是什么原因呢,,eth app
The text was updated successfully, but these errors were encountered: