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

Remove pluginSharedRW and pluginSharedRO from plugin API #575

Open
wants to merge 1 commit into
base: fbe/remove_ETH_PLUGIN_RESULT_OK_ALIAS
Choose a base branch
from

Conversation

fbeutin-ledger
Copy link
Contributor

No description provided.

@fbeutin-ledger fbeutin-ledger changed the base branch from develop to fbe/remove_ETH_PLUGIN_RESULT_OK_ALIAS April 17, 2024 12:17
@fbeutin-ledger fbeutin-ledger force-pushed the fbe/remove_sha3_from_plugin_api branch 2 times, most recently from 5457ace to 052b06d Compare April 17, 2024 12:28
@fbeutin-ledger fbeutin-ledger force-pushed the fbe/remove_sha3_from_plugin_api branch from 052b06d to d467248 Compare April 17, 2024 12:38
const uint8_t *amount; // set an uint256 pointer if uiType is UI_AMOUNT_ADDRESS
const uint8_t *address; // set to the destination address if uiType is UI_AMOUNT_ADDRESS.
// set to the user's address if uiType is UI_TYPE_GENERIC
uint8_t numScreens; // set the number of screens to display if uiType is UI_TYPE_GENERIC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could these fields managed inside a union (they seem to be exclusive)?

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

Successfully merging this pull request may close these issues.

None yet

2 participants