abi_parser

package
v0.0.0-...-c462f72 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

abi_parser/abi_parser.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Name       string
	Signature  string
	ID         string
	Parameters []EventParameter
}

Event representa un evento de contrato con su información

func ParseABIFile

func ParseABIFile(filePath string) ([]Event, error)

ParseABIFile analiza el archivo ABI y extrae todos los eventos

type EventParameter

type EventParameter struct {
	Type string
	Name string
}

EventParameter representa un parámetro de un evento

Jump to

Keyboard shortcuts

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