package
0.0.0-20240910033518-7c645d99edcd
Repository: https://github.com/ntswamp/proof-of-kill.git
Documentation: pkg.go.dev

# Functions

根据助记词创建公私钥.
通过公钥信息获得地址.
通过公钥信息获得地址.
获取全部地址信息.
判断是否是有效的比特币地址.
创建公私钥实例.
创建区块链实例.
获取区块迭代器实例.
return PoK instance.
获取POW实例.
创建一个新钱包实例.

# Constants

钱包地址在数据库中的键.
两次sha256(公钥hash)后截取的字节数量.
death in a duel delays agent movement for this value in millisecond.
random seed used in genesis block.
最新区块Hash在数据库中的键.
随机数不能超过的最大值.
奖励地址在数据库中的键.
公链版本信息默认为0.

# Variables

当前本地监听端口.
中文助记词地址.
当前节点发现的网络中最新区块高度.
当前节点发现的网络中最新区块高度.
挖矿奖励代币数量.
determine how many rounds of duel must be faught.
No description provided by the author

# Structs

No description provided by the author
交易列表信息.
UTXO输入.
UTXO输出.
UTXO输出的详细信息,便于直接在utxo数据库查找输出.
No description provided by the author

# Interfaces

用于network包向对等节点发送信息.