Documentation
¶
Index ¶
- func CheckIfFileExists(path string) bool
- func ConvertPubKeyToScriptHash(pubKey [32]byte) string
- func ConvertToFixedLength34(input []byte) [34]byte
- func CopyBytes(bytes []byte) []byte
- func IsSilentPaymentAddress(address string) bool
- func ResolvePath(path string) string
- func SerialiseVinToOutpoint(vin bip352.Vin) ([36]byte, error)
- func TryCreateDirectory(path string) error
- func TryCreateDirectoryPanic(path string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckIfFileExists ¶
func ConvertPubKeyToScriptHash ¶
ConvertPubKeyToScriptHash Converts the given taproot pubKey to a scriptHash which can be checked with electrumX
func ConvertToFixedLength34 ¶
func IsSilentPaymentAddress ¶
IsSilentPaymentAddress determines whether an address is a silent payment address. Works only for silent payment v0
func ResolvePath ¶
func SerialiseVinToOutpoint ¶
SerialiseVinToOutpoint serialises a vin to an outpoint in LE encoding
func TryCreateDirectory ¶
func TryCreateDirectoryPanic ¶
func TryCreateDirectoryPanic(path string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.