package
0.0.0-20210428013517-0fa7d2da1fb3
Repository: https://github.com/hongjinui/go-blockchain.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
DeserializeBlock deserializes a block.
DeserializeOutputs deserializes TXOutputs.
DeserializeTransaction deserializes a transaction.
HashPubKey hashes public key.
No description provided by the author
No description provided by the author
NewCoinbaseTX creates a new coinbase transaction.
No description provided by the author
No description provided by the author
NewTXOutput createa new TXOutput.
NewUTXOTransaction creates a new transaction.
NewWallet creates and returns a Wallet.
NewWallets creates Wallets and fills it from a file if it exists.
ValidateAddress check if address if valid.
# Structs
Block represents a block in the blockchain.
Blockchain implements interactions with a DB.
BlockchainIterator is used to iterate over blockchain blocks.
No description provided by the author
No description provided by the author
No description provided by the author
TXOutput represents a transaction output.
TXOutputs collects TXOutputs.
UTXOSet represents UTXO set.
Wallet.
No description provided by the author