laconicd/x/evm/types/events.go
Federico Kunze 5a3d514ba0
conflicts
2021-04-17 12:00:07 +02:00

11 lines
215 B
Go

package types
// Evm module events
const (
EventTypeEthereumTx = TypeMsgEthereumTx
AttributeKeyContractAddress = "contract"
AttributeKeyRecipient = "recipient"
AttributeValueCategory = ModuleName
)