Documentation ¶
Index ¶
- Variables
- func ClientCall(path string, args, reply interface{})
- func DefaultDataDir() string
- func GetBlockheight(arg string) *rpcapi.BlockHeight
- func GetUint64(arg string) uint64
- func Getbig(arg string) *big.Int
- func HomeDir() string
- func IsHexAddr(str string) string
- func IsHexHash(str string) string
- func MustRPCClient() *urpc.Client
- func PrintJSON(data interface{})
- func PrintJSONList(data interface{})
- func Version()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CoreURL string DefaultCoreURL = utils.EnvString("URANUS_URL", "http://localhost:8000") OneLine bool // Streamline pattern, Output less and better content )
Functions ¶
func ClientCall ¶
func ClientCall(path string, args, reply interface{})
ClientCall Wrapper rpc call api.
func DefaultDataDir ¶
func DefaultDataDir() string
func GetBlockheight ¶
func GetBlockheight(arg string) *rpcapi.BlockHeight
func PrintJSONList ¶
func PrintJSONList(data interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.