Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Timestamp int64 Transactions []*Transaction PrevBlockHash []byte Hash []byte Nonce int64 }
func DeserializeBlock ¶
func NewBlock ¶
func NewBlock(transactions []*Transaction, prevBlockHash []byte) *Block
func (*Block) HashTransaction ¶
type Transaction ¶
func CoinbaseTx ¶
func CoinbaseTx(to string, data string) *Transaction
Click to show internal directories.
Click to hide internal directories.