Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FacadeHandler ¶
type FacadeHandler interface { ExecuteSCQuery(*process.SCQuery) (*vmcommon.VMOutput, error) IsInterfaceNil() bool }
FacadeHandler interface defines methods that can be used from `elrondFacade` context variable
type VMValueRequest ¶
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.