github.com/InjectiveLabs/sdk-go@v1.53.0/chain/auction/types/events.go (about) 1 package types 2 3 // Auction module event types 4 const ( 5 EventTypeNewBid = "new_bid" 6 )