package types

const (
	EventTypeInvestmint = "investmint"

	AttributeKeyNeuron   = "neuron"
	AttributeKeyAmount   = "amount"
	AttributeKeyResource = "resource"
	AttributeKeyLength   = "length"
	AttributeKeyMinted   = "minted"

	AttributeValueCategory = ModuleName
)

Synonyms

go-cyber/app/apptesting/events.go
go-cyber/x/graph/types/events.go
go-cyber/x/tokenfactory/types/events.go
space-pussy/x/graph/types/events.go
space-pussy/x/resources/types/events.go
go-cyber/x/grid/types/events.go
space-pussy/x/grid/types/events.go
go-cyber/x/dmn/types/events.go
go-cyber/x/liquidity/types/events.go
space-pussy/x/dmn/types/events.go

Neighbours