monero-blocks/pool/block.go

9 lines
106 B
Go
Raw Normal View History

2023-01-02 18:11:48 +00:00
package pool
type Block struct {
Id Hash
Height uint64
Reward uint64
Timestamp uint64
}