laconicd/x/feemarket/types/events.go

9 lines
122 B
Go
Raw Normal View History

package types
// feemarket module events
const (
EventTypeFeeMarket = "fee_market"
AttributeKeyBaseFee = "base_fee"
)