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
The utils library is starting to grow, we should organize the functions we have into separate modules. A rough suggestion of these modules could be:
multisig_utils
wallet_utils
transaction_utils
ledger_utils
The text was updated successfully, but these errors were encountered:
AmeanAsad
No branches or pull requests
Description:
The utils library is starting to grow, we should organize the functions we have into separate modules. A rough suggestion of these modules could be:
multisig_utils
handles multisig functions.wallet_utils
handles wallet functions such as address conversion, address derivation from private keys, signing messages, etc.transaction_utils
handles transaction related functions such as connecting to an rpc provider, sending a transaction, getting gas info, etc.ledger_utils
handles connections with the ethereum and filecoin ledger apps.The text was updated successfully, but these errors were encountered: