Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVmValueAsBigInt ¶ added in v1.0.11
GetVmValueAsBigInt returns the data as big int
func GetVmValueAsHexBytes ¶ added in v1.0.11
GetVmValueAsHexBytes returns the data as byte slice
func GetVmValueAsString ¶ added in v1.0.11
GetVmValueAsString returns the data as string
Types ¶
type FacadeHandler ¶
type FacadeHandler interface { GetVmValue(address string, funcName string, argsBuff ...[]byte) ([]byte, error) IsInterfaceNil() bool }
FacadeHandler interface defines methods that can be used from `elrondFacade` context variable
type VmValueRequest ¶ added in v1.0.11
type VmValueRequest struct { ScAddress string `form:"scAddress" json:"scAddress"` FuncName string `form:"funcName" json:"funcName"` Args []string `form:"args" json:"args"` }
VmValueRequest represents the structure on which user input for generating a new transaction will validate against
Click to show internal directories.
Click to hide internal directories.