Generate a Multisig Account
Generates the address that would correspond to a set of addresses and threshold.
Last updated
Was this helpful?
Generates the address that would correspond to a set of addresses and threshold.
Last updated
Was this helpful?
This action takes 2 fields, Addresses and Threshold
A list of addresses that will make up the multisig account. In bubble this is a list of text. In case you didn't knew, you can't manually write a list of text in the bubble editor, it must be taken from somewhere, it could be database or a custom state. You will see an example of using a custom state on demo page.
The number of accounts that must approve. Must be greater than 0 and less than or equal to the total number of addresses. In bubble this is a number type.
State type - text
The generated multisig address.
Demo page
Demo page To generate the multising, add at least 2 addresses, after that, a button to start generating will appear.