Documentation ¶
Overview ¶
Package core contains most of the blockchain logic
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct {
// contains filtered or unexported fields
}
The in-memory representation of a block - 4 byte block size, - transaction counter, will be calculated on the fly
type BlockChain ¶
type BlockChain struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.