micw/common/block.go

11 lines
115 B
Go

package common
type BlockJson struct {
}
type Block struct {
Id int64
PrevHash []byte
Hash []byte
}