Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FacadeHandler ¶
type FacadeHandler interface {
ExecuteSCQuery(*process.SCQuery) (*vm.VMOutputApi, error)
DecodeAddressPubkey(pk string) ([]byte, error)
IsInterfaceNil() bool
}
FacadeHandler interface defines methods that can be used by the gin webserver
type VMValueRequest ¶
type VMValueRequest struct {
ScAddress string `form:"scAddress" json:"scAddress"`
FuncName string `form:"funcName" json:"funcName"`
CallerAddr string `form:"caller" json:"caller"`
CallValue string `form:"value" json:"value"`
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.