adds display package

This commit is contained in:
2023-12-21 10:06:48 -05:00
parent 31895881a9
commit 5343f26ad9
28 changed files with 2412 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package mempool
type Block struct {
Height int64 `json:"height"`
}