Documentation ¶
Index ¶
- func GetEventValue(events sdk.StringEvents, evType string, evKey string) (string, error)
- func GetEventValueBytes(events sdk.StringEvents, evType string, evKey string) ([]byte, error)
- func GetEventValueUint64(events sdk.StringEvents, evType string, evKey string) (uint64, error)
- func GetEventValues(events sdk.StringEvents, evType string, evKey string) (res []string)
- func GetEventValuesBytes(events sdk.StringEvents, evType string, evKey string) ([][]byte, error)
- func GetEventValuesUint64(events sdk.StringEvents, evType string, evKey string) ([]uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEventValue ¶
GetEventValue checks and returns the exact value in the given events with the given type and key.
func GetEventValueBytes ¶
GetEventValueBytes returns the bytes value in the given events with the given type and key.
func GetEventValueUint64 ¶
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 ¶
GetEventValuesBytes returns the list of all bytes values in the given events with the given type and key.
func GetEventValuesUint64 ¶
GetEventValuesUint64 returns the list of all uint64 values in the given events with the given type and key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.