mesg-foundation/core

View on GitHub
x/ownership/internal/types/events.go

Summary

Maintainability
A
0 mins
Test Coverage
package types

// module event types and attributes
const (
    EventType = "ownership"

    AttributeKeyHash            = "hash"
    AttributeKeyResourceHash    = "resource_hash"
    AttributeKeyResourceType    = "ressource_type"
    AttributeKeyResourceAddress = "ressource_address"

    AttributeActionCreated = "created"
    AttributeActionDeleted = "deleted"
)