Documentation
¶
Overview ¶
Code generated by gitub.com/DIMO-Network/eventgen. DO NOT EDIT.
Index ¶
- Variables
- type Handler
- func (h *Handler) Handle(ctx context.Context, ev *cmodels.ContractEventData) error
- func (h *Handler) HandleNodeSetForVehicle(ctx context.Context, ev *cmodels.ContractEventData) error
- func (h *Handler) HandleNodeUriUpdated(ctx context.Context, ev *cmodels.ContractEventData) error
- func (h *Handler) HandleStorageNodeAnchorMinted(ctx context.Context, ev *cmodels.ContractEventData) error
- func (h *Handler) HandleTransfer(ctx context.Context, ev *cmodels.ContractEventData) error
- type NodeSetForVehicle
- type NodeUriUpdated
- type StorageNodeAnchorMinted
- type Transfer
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StorageNodeAnchorMintedEventID = common.HexToHash("0x430efd668e3f72e9f9f42e0305fdf8b36a502ab1d64cc1f9cd0d0f81f980a4f5") TransferEventID = common.HexToHash("0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef") NodeUriUpdatedEventID = common.HexToHash("0x299aa0feeeceed16a093b27c728021c473ebe77d341fc5b465711983a7bb8521") NodeSetForVehicleEventID = common.HexToHash("0xdc2338c7cddc416d49f0ad0f239870fe19e61440a9db520b1f3486a58d4335ba") )
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func (*Handler) HandleNodeSetForVehicle ¶
func (*Handler) HandleNodeUriUpdated ¶
func (*Handler) HandleStorageNodeAnchorMinted ¶
func (*Handler) HandleTransfer ¶
type NodeSetForVehicle ¶
type NodeUriUpdated ¶
type StorageNodeAnchorMinted ¶
Click to show internal directories.
Click to hide internal directories.