package
1.0.5
Repository: https://github.com/classzz/czzwallet.git
Documentation: pkg.go.dev

# Functions

New creates and initializes a new Store.
OpenDir opens a new key store from the specified directory.

# Constants

Filename is the name of the wallet data file.

# Variables

Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Possible errors when dealing with key stores.
Vers20LastBlocks is the version where key store files now hold the 20 most recently seen block hashes.
VersArmory is the latest version used by Armory.
VersCurrent is the current key store file version.
VersUnsetNeedsPrivkeyFlag is the bugfix version where the createPrivKeyNextUnlock address flag is correctly unset after creating and encrypting its private key after unlock.

# Structs

BlockIterator allows for the forwards and backwards iteration of recently seen blocks.
BlockStamp defines a block (by height and a unique hash) and is used to mark a point in the blockchain that a key store element is synced to.
No description provided by the author
Store represents an key store in memory.

# Interfaces

PubKeyAddress implements WalletAddress and additionally provides the pubkey for a pubkey-based address.
ScriptAddress is an interface representing a Pay-to-Script-Hash style of bitcoind address.
SyncStatus is the interface type for all sync variants.
WalletAddress is an interface that provides acces to information regarding an address managed by a key store.

# Type aliases

No description provided by the author
No description provided by the author