6 lines
69 B
Go
6 lines
69 B
Go
package mempool
|
|
|
|
type Block struct {
|
|
Height int64 `json:"height"`
|
|
}
|