Files
bitcoin-ticker-pi/mempool/models.go
T
2023-12-21 10:06:48 -05:00

6 lines
69 B
Go

package mempool
type Block struct {
Height int64 `json:"height"`
}