micw/common/block.go

11 lines
115 B
Go
Raw Permalink Normal View History

2024-11-17 21:24:19 +00:00
package common
type BlockJson struct {
}
type Block struct {
Id int64
PrevHash []byte
Hash []byte
}