Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Success indicates the rpc calling is successful. Success = iota // ErrLocalExe indicates error occurs before the rpc calling. ErrLocalExe // ErrConnect indicates error occurs connecting to the bytomd, e.g., // bytomd can't parse the received arguments. ErrConnect // ErrLocalParse indicates error occurs locally when parsing the response. ErrLocalParse // ErrRemote indicates error occurs in bytomd. ErrRemote )
Variables ¶
This section is empty.
Functions ¶
func ClientCall ¶
Wrapper rpc call api.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.