package types
const (
EventTypeInvestmint = "investmint"
AttributeKeyNeuron = "neuron"
AttributeKeyAmount = "amount"
AttributeKeyResource = "resource"
AttributeKeyLength = "length"
AttributeKeyMinted = "minted"
AttributeValueCategory = ModuleName
)
package types
const