Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptWallet ¶
DecryptWallet reads and decrypts .cwt file password must be []byte for security (caller should zero it after use)
func EncryptWallet ¶
func EncryptWallet(filePath string, network, address, qrCode string, walletData *model.WalletData, password []byte) error
EncryptWallet encrypts wallet data and writes it to .cwt password must be []byte for security (caller should zero it after use)
func ReadWalletAddress ¶
ReadWalletAddress reads only the address from .cwt file (without decryption)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.