libmonero

package
v0.1.2-0...-f80ed1c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeriveAddressFromPubKeys

func DeriveAddressFromPubKeys(pubSpendKey string, pubViewKey string, network string) (string, error)

DeriveAddressFromPubKeys : Calculates and returns address from given public spend key and public view key and network Network can only be "moneromainnet" or "monerotestnet" Returns error if there has been an error

func DeriveHexSeedFromMnemonicSeed

func DeriveHexSeedFromMnemonicSeed(mnemonic string, language string) (string, error)

DeriveHexSeedFromMnemonicSeed : Derives and returns hex seed from given mnemonic Returns error if there has been an error

func DerivePrivKeysFromHexSeed

func DerivePrivKeysFromHexSeed(hexSeed string) (string, string, error)

DerivePrivateKeysFromHexSeed : Calculates and returns private spend key and private view key from given hexadecimal seed Returns error if there has been an error

func DerivePrivVKFromPrivSK

func DerivePrivVKFromPrivSK(privateSpendKey string) (string, error)

DerivePrivVKFromPrivSK : Calculates and returns private view key from given private spend key Returns error if there has been an error

func DerivePubKeyFromPrivKey

func DerivePubKeyFromPrivKey(privateKey string) (string, error)

DerivePubKeyFromPrivKey : Calculates and returns public key from given private key Returns error if there has been an error

func GenerateMnemonicSeed

func GenerateMnemonicSeed(language string) (string, error)

GenerateMnemonicSeed : Generates and returns a 25 word mnemonic Returns error if there has been an error

func ValidateAddress

func ValidateAddress(address string) bool

func Version

func Version() string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL