mv example to internal

This commit is contained in:
thloyi
2025-12-15 15:14:14 +08:00
parent 9d2ce84bb9
commit b44c7372d5
13 changed files with 26 additions and 22 deletions

View File

@@ -0,0 +1,21 @@
package geyser
import (
"github.com/thloyi/pump-parser"
)
type BlockInfo struct {
Slot uint64
BlockTime int64
BlockHash string
Height uint64
}
type SubscriptionMessage struct {
EstimateDelaySecond int64
Reconnect bool
Block *BlockInfo
Tx *pump_parser.Tx
}