create_vault Extrinsic - takes a set or BoundedVec of accounts, a string label, and the signature threshold.
(we may also have a T::ClassId to categorize vaults similar to the Uniques pallet. π€ )
I think that we need to copy the xpub from the profile at the time that vault is created. If the user later changes their xpub, this particular vault should remain AS IS.
create_vaultExtrinsic - takes a set or BoundedVec of accounts, a string label, and the signaturethreshold.(we may also have a T::ClassId to categorize vaults similar to the Uniques pallet. π€ )
I think that we need to copy the
xpubfrom the profile at the time that vault is created. If the user later changes theirxpub, this particular vault should remain AS IS.