Documentation ¶
Index ¶
- Constants
- func Contains(s []string, str string) bool
- func IsEmpty(input string) bool
- func IsEnumValueValid(nameMap map[int32]string, value int32) bool
- func IxoSigVerificationGasConsumer(meter storetypes.GasMeter, sig signing.SignatureV2, params authtypes.Params) error
- func RemoveOrdered[T any](slice []T, s int) []T
- func RemoveUnordered[T any](s []T, i int) []T
Constants ¶
View Source
const IxoNativeToken = "uixo"
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
https://play.golang.org/p/Qg_uv_inCek contains checks if a string is present in a slice
func IxoSigVerificationGasConsumer ¶
func IxoSigVerificationGasConsumer( meter storetypes.GasMeter, sig signing.SignatureV2, params authtypes.Params, ) error
Identical to DefaultSigVerificationGasConsumer, but with ed25519 allowed
func RemoveOrdered ¶
removes an element at index i from a slice, will not change order of slice (slow)
func RemoveUnordered ¶
removes an element at index i from a slice, will change order of slice (fast)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.