- error
const(Error) error()
- error
Error error()
Undocumented in source.
- isError
bool isError()
- isMethod
bool isMethod()
- isRecord
bool isRecord()
Undocumented in source. Be warned that the author may not have intended to support it.
- isResponse
bool isResponse()
- isSigned
bool isSigned()
Checks if the message has been signed
NOTE!! This does not mean that the signature is correct
- method
const(Method) method()
- method
Method method()
Undocumented in source.
- params
const(T) params(Args args)
Create T with the method params and the arguments.
T(args, method.param)
- params
Document params()
Undocumented in source. Be warned that the author may not have intended to support it.
- response
const(Response) response()
- response
Response response()
Undocumented in source.
- result
const(T) result(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- result
Document result()
Undocumented in source. Be warned that the author may not have intended to support it.
- supports
bool supports()
Undocumented in source. Be warned that the author may not have intended to support it.
- verify
bool verify(Document doc)
Undocumented in source. Be warned that the author may not have intended to support it.
HiRPC Post (Sender,Receiver)