package
1.2.2
Repository: https://github.com/tchiunam/axolgo-lib.git
Documentation: pkg.go.dev

# Functions

Checksum generates a checksum of the public key hash.
Make a transaction to the given address.
Continue a blockchain by pulling the last hash.
CreateBlock creates a new block using the data and the previous block's hash.
Create wallets.
Check if blockchain database exists.
Deserializes the data of a block.
Genesis creates the first block in the chain.
InitBlockChain creates a new blockchain with a genesis block.
MakeWallet creates a new wallet.
NewKeyPair generates a public and private key pair.
Create a new ProofOfWork.
No description provided by the author
PublicKeyHash generates a public key hash.
ValidateAddress checks if the address is valid.

# Constants

Difficulty of mining a new block.

# Structs

No description provided by the author
BlockChain structure.
An iterator for iterating the blockchain in database.
Proof of Work structure.
A blockchain transaction.
A transaction input.
A transaction output.
Wallet represents a wallet in the blockchain.
Wallets represents a collection of wallets.