package
0.0.23
Repository: https://github.com/cybriq/p9.git
Documentation: pkg.go.dev

# Functions

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

# Constants

A bunch of constants.

# Variables

No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
Vers20LastBlocks is the ksVersion where key store files now hold the 20 most recently seen block hashes.
VersArmory is the latest ksVersion used by Armory.
VersCurrent is the current key store file ksVersion.
VersUnsetNeedsPrivkeyFlag is the bugfix ksVersion where the createPrivKeyNextUnlock address flag is correctly unset after creating and encrypting its private key after unlock.
No description provided by the author

# 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