Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryContractCallRequestHandlerFn ¶
func QueryContractCallRequestHandlerFn(ctx context.CLIContext) http.HandlerFunc
func RegisterRoutes ¶
func RegisterRoutes(ctx context.CLIContext, r *mux.Router)
RegisterRoutes - Central function to define routes that get registered by the main application
Types ¶
type ContractCallReq ¶
type ContractCallReq struct {
From string `json:"from"`
Signers []string `json:"signers"`
CallInfo types.ContractCallInfo `json:"call_info"`
}
Click to show internal directories.
Click to hide internal directories.