laconicd/x/evm/types/events.go
Federico Kunze 614e62fb7e
additions
2021-04-18 17:54:18 +02:00

12 lines
255 B
Go

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