# Packages

No description provided by the author

# Functions

CheckBtcAddressType checks if the given BTC address is either a native SegWit (P2WPKH) or Taproot address.
Contains checks if a slice contains a specific element.
DeepCopy performs a deep copy of a struct.
GetAddressesFromPk returns the all babylon supported addresses from the given public key.
No description provided by the author
GetCovenantPksFromStrings parses BTC public keys in 33 bytes.
GetSchnorrPkFromHex parses Schnorr public keys in 32 bytes.
No description provided by the author
IsBase64Encoded checks if the given string is a valid Base64 encoded string.
IsValidSignatureFormat checks if the given string is a valid signature in hex format Note: it does not check the actual content of the signature.
IsValidTxHash checks if the given string is a valid BTC transaction hash Note: it does not check the actual content of the hash.
IsValidTxHex checks if the given string is a valid BTC transaction hex Note: it does not check the actual content of the transaction.
List of states to be ignored for unbonded(timelock expired) as it means it's already been processed.
List of states to be ignored for unbonding as it means it's already been processed.
No description provided by the author
No description provided by the author
QualifiedStatesToTransitioned returns the qualified exisitng states to transition to "transitioned".
QualifiedStatesToUnbonded returns the qualified exisitng states to transition to "unbonded".
QualifiedStatesToUnbonding returns the qualified exisitng states to transition to "unbonding" The Active state is allowed to directly transition to Unbonding without the need of UnbondingRequested due to bootstrap usecase.
QualifiedStatesToUnbondingRequest returns the qualified exisitng states to transition to "unbonding_request".
QualifiedStatesToWithdrawn returns the qualified exisitng states to transition to "withdrawn".
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author