1// mevlink "github.com/mevlink/streamer-go"23func main() {4var str = mevlink.NewStreamer("id", "secret", network_id)5str.OnTransaction(func(txb []byte, hash mlstreamergo.NullableHash, noticed time.Time, propagated time.Time) {6// feed transaction to your bot7})8str.Stream()9}