RpcOk

Structure represents normal response from RPC server with desired columns. Columns element type and name is specified by Column template.

struct RpcOk (
Cols...
) {}

Constructors

this
this(Json result)
Undocumented in source.

Meta