event

package
v3.0.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetEventValue

func GetEventValue(events sdk.StringEvents, evType string, evKey string) (string, error)

GetEventValue checks and returns the exact value in the given events with the given type and key.

func GetEventValueBytes

func GetEventValueBytes(events sdk.StringEvents, evType string, evKey string) ([]byte, error)

GetEventValueBytes returns the bytes value in the given events with the given type and key.

func GetEventValueUint64

func GetEventValueUint64(events sdk.StringEvents, evType string, evKey string) (uint64, error)

GetEventValueUint64 returns the uin64 value in the given events with the given type and key.

func GetEventValues

func GetEventValues(events sdk.StringEvents, evType string, evKey string) (res []string)

GetEventValues returns the list of all values in the given events with the given type and key.

func GetEventValuesBytes

func GetEventValuesBytes(events sdk.StringEvents, evType string, evKey string) ([][]byte, error)

GetEventValuesBytes returns the list of all bytes values in the given events with the given type and key.

func GetEventValuesUint64

func GetEventValuesUint64(events sdk.StringEvents, evType string, evKey string) ([]uint64, error)

GetEventValuesUint64 returns the list of all uint64 values in the given events with the given type and key.

Types

This section is empty.

Jump to

Keyboard shortcuts

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