Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
func (*Block) DeriveHash ¶
func (b *Block) DeriveHash()
type BlockChain ¶
type BlockChain struct {
Blocks []*Block
}
func InitBlockChain ¶
func InitBlockChain() *BlockChain
func (*BlockChain) AddBlock ¶
func (chain *BlockChain) AddBlock(cId string, ip_port string)
Click to show internal directories.
Click to hide internal directories.