11 lines
115 B
Go
11 lines
115 B
Go
package common
|
|
|
|
type BlockJson struct {
|
|
}
|
|
|
|
type Block struct {
|
|
Id int64
|
|
PrevHash []byte
|
|
Hash []byte
|
|
}
|