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
Currently there's no way to add the custom authorization for MultiSig enabled accounts using Scatter.
Scenario: Using an account with a threshold of 1 and multiple active accounts all containing a weight of 1.
permissions: owner 2: 1 user1@owner, 1 user2@owner, 1 user3@owner, active 1: 1 user1@active, 1 user2@active, 1 user3@active
I would like to "sign" a transaction using the authority of multisig@active, however I need to be logged in as user1@active.
multisig@active
user1@active
When using eostoolkit.io and attempting to conduct a token transfer, it throws an error Missing required authority.
Missing required authority
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently there's no way to add the custom authorization for MultiSig enabled accounts using Scatter.
Scenario:
Using an account with a threshold of 1 and multiple active accounts all containing a weight of 1.
I would like to "sign" a transaction using the authority of
multisig@active
, however I need to be logged in asuser1@active
.When using eostoolkit.io and attempting to conduct a token transfer, it throws an error
Missing required authority
.The text was updated successfully, but these errors were encountered: