Skip to content
New issue

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

获取不到地址 #4

Open
woyl opened this issue Sep 12, 2023 · 0 comments
Open

获取不到地址 #4

woyl opened this issue Sep 12, 2023 · 0 comments

Comments

@woyl
Copy link

woyl commented Sep 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant