package
1.0.0
Repository: https://github.com/bytom/bystack.git
Documentation: pkg.go.dev

# Packages

Package bip39 is the official Golang implementation of the BIP39 spec.

# Functions

NewWallet return a new wallet instance.

# Constants

TxIndexPrefix is wallet database global tx index prefix.
No description provided by the author
SINGLE single sign.
TxIndexPrefix is wallet database tx index prefix.
TxPrefix is wallet database transactions prefix.
No description provided by the author
UnconfirmedTxPrefix is txpool unconfirmed transactions prefix.

# Variables

ErrInvalidAcctID can not find account by account id.
ErrRecoveryBusy another recovery in progress, can not get recovery manager lock.

# Structs

AccountBalance account balance.
AccountVotes account vote.
StatusInfo is base valid block info to handle orphan block rollback.
Summary is the struct of transaction's input and output summary.
TxSummary is the struct of transaction summary.
Wallet is related to storing account unspent outputs.

# Type aliases

SortByTimestamp implements sort.Interface for AnnotatedTx slices.