monero-blocks/pool/block.go

9 lines
106 B
Go

package pool
type Block struct {
Id Hash
Height uint64
Reward uint64
Timestamp uint64
}