Documentation
¶
Index ¶
- func GetAccAddress(src interface{}) (sdk.AccAddress, error)
- func GetBigInt(src interface{}) (sdkmath.Int, error)
- func GetBool(src interface{}) (bool, error)
- func GetByteArray(src interface{}) ([]byte, error)
- func GetCoin(src interface{}) (sdk.Coin, error)
- func GetCoins(src interface{}) (sdk.Coins, error)
- func GetString(src interface{}) (string, error)
- func LoadABI(fs embed.FS, fileName string) (abi.ABI, error)
- func SplitInput(input []byte) (method []byte, args []byte)
- func ValidateSigner(sender sdk.AccAddress, caller common.Address) error
- type Coin
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccAddress ¶
func GetAccAddress(src interface{}) (sdk.AccAddress, error)
func GetByteArray ¶
func SplitInput ¶
func ValidateSigner ¶
func ValidateSigner(sender sdk.AccAddress, caller common.Address) error
Types ¶
Click to show internal directories.
Click to hide internal directories.