Generates the address that would correspond to a set of addresses and threshold.
This action takes 2 fields, Addresses and Threshold
Addresses
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.
Threshold
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.