Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAddress ¶
ValidateAddress validates a wallet address
Types ¶
type Wallet ¶
type Wallet struct {
PrivateKey *ecdsa.PrivateKey
PublicKey []byte
Address string
}
Wallet represents a cryptocurrency wallet
func (*Wallet) GetBalance ¶
GetBalance calculates the balance of the wallet (simplified version)
Click to show internal directories.
Click to hide internal directories.