connection

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Code generated by gitub.com/DIMO-Network/eventgen. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	TransferEventID         = common.HexToHash("0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef")
	ConnectionMintedEventID = common.HexToHash("0x16e7256a94e935dc419efa2b47bdb62ec5023b40947b172169eeb37b9b132686")
)

Functions

This section is empty.

Types

type ConnectionMinted added in v0.4.8

type ConnectionMinted struct {
	Account              common.Address `json:"account"`
	ConnectionId         *big.Int       `json:"connectionId"`
	ConnectionAddr       common.Address `json:"connectionAddr"`
	ConnectionName       string         `json:"connectionName"`
	ConnectionType       [32]byte       `json:"connectionType"`
	ConnectionCostInDimo *big.Int       `json:"connectionCostInDimo"`
}

type Handler

type Handler struct {
	DBS    db.Store
	Logger *zerolog.Logger
}

func (*Handler) Handle

func (h *Handler) Handle(ctx context.Context, ev *cmodels.ContractEventData) error

func (*Handler) HandleLicenseMinted

func (h *Handler) HandleLicenseMinted(ctx context.Context, ev *cmodels.ContractEventData) error

func (*Handler) HandleTransfer

func (h *Handler) HandleTransfer(ctx context.Context, ev *cmodels.ContractEventData) error

type Transfer

type Transfer struct {
	From    common.Address `json:"from"`
	To      common.Address `json:"to"`
	TokenId *big.Int       `json:"tokenId"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL