Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JsonRpcRequest ¶
type JsonRpcRequest struct {
Method string `json:"method"`
Params []map[string]interface{} `json:"params"`
}
func BuildJsonRpcRequestBody ¶
func BuildJsonRpcRequestBody(rippledMethod string, paramsBodyBytes []byte) (JsonRpcRequest, error)
BuildJsonRpcRequestBody merges a `rippled` API methid with JSON RPC API request params.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
rippledapiexample
command
|
|
|
Code generated for package main by go-bindata DO NOT EDIT.
|
Code generated for package main by go-bindata DO NOT EDIT. |
Click to show internal directories.
Click to hide internal directories.