Vault Linking
Branta follows the following formats for linking vaults:
Open Branta
Link a Single Signature Vault
Params
name
- Name of the vault being linked. Must be recognizable by the user.publicKey
- The BIP 44 or BIP 84 Extended Public Key of the users Vault.derivationPath
- Optionally override the default value ofm/84'/0'/0'
Link a M of N Multi Signature Vault
Params
name
- Name of the vault being linked. Must be recognizable by the user.publicKey0
- The 0th BIP 44 or BIP 84 Extended Public Key of the users Vault.publicKeyN
- The Nth BIP 44 or BIP 84 Extended Public Key of the users Vault.derivationPath
- Optionally override the default value ofm/84'/0'/0'
Last updated