Function vault_registry::pallet::dispatchables::register_public_key
source · pub fn register_public_key<T: Config>(public_key: BtcPublicKey)
Expand description
Registers a new Bitcoin address for the vault.
Arguments
public_key
- the BTC public key of the vault to update
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::register_public_key
.