Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiWarning ¶
type JsonRpcRequest ¶
type JsonRpcRequest struct { Method string `json:"method"` Params [1]interface{} `json:"params,omitempty"` }
type JsonRpcResponse ¶
type JsonRpcResponse struct { Result json.RawMessage `json:"result"` Warning string `json:"warning,omitempty"` Warnings []client.XRPLResponseWarning `json:"warnings,omitempty"` Forwarded bool `json:"forwarded,omitempty"` }
func (JsonRpcResponse) GetError ¶
func (r JsonRpcResponse) GetError() error
func (JsonRpcResponse) GetResult ¶
func (r JsonRpcResponse) GetResult(v any) error
Click to show internal directories.
Click to hide internal directories.