package
0.0.0-20231002075534-34c5cdaebac1
Repository: https://github.com/dimalinux/gopherphis.git
Documentation: pkg.go.dev
# Functions
GenerateKeys generates a private spend key and view key.
NewAddress converts a string to a monero Address with validation.
NewPrivateKeyPairFromBytes returns a new PrivateKeyPair given the canonical byte representation of a private spend and view key.
NewPrivateSpendKey returns a new PrivateSpendKey from the given canonically-encoded scalar.
# Structs
Address represents a Monero address.
PrivateKeyPair represents a monero private spend and view key.
PrivateSpendKey represents a monero private spend key.
PrivateViewKey represents a monero private view key.
PublicKey represents a monero public spend, view or subaddress key.
PublicKeyPair contains a public SpendKey and ViewKey.
# Type aliases
AddressType is the type of Monero address: Standard or Subaddress.
Network is the Monero network type.