util

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAccAddress

func GetAccAddress(src interface{}) (sdk.AccAddress, error)

func GetBigInt

func GetBigInt(src interface{}) (sdkmath.Int, error)

func GetBool

func GetBool(src interface{}) (bool, error)

func GetByteArray

func GetByteArray(src interface{}) ([]byte, error)

func GetCoin

func GetCoin(src interface{}) (sdk.Coin, error)

func GetCoins

func GetCoins(src interface{}) (sdk.Coins, error)

func GetString

func GetString(src interface{}) (string, error)

func LoadABI

func LoadABI(fs embed.FS, fileName string) (abi.ABI, error)

func SplitInput

func SplitInput(input []byte) (method []byte, args []byte)

func ValidateSigner

func ValidateSigner(sender sdk.AccAddress, caller common.Address) error

Types

type Coin

type Coin struct {
	Denom  string
	Amount *big.Int
}

Coin for converting sdk.Coin Amount from sdkmath.Int to *big.Int

Jump to

Keyboard shortcuts

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