HiRPC.Post

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Document doc)
Undocumented in source.
this
this(SecureNet net, Document doc)
Undocumented in source.
this
this(SecureNet net, T post)
Undocumented in source.

Members

Functions

error
const(Error) error()
Undocumented in source. Be warned that the author may not have intended to support it.
error
Error error()
Undocumented in source. Be warned that the author may not have intended to support it.
isSigned
bool isSigned()

Checks if the message has been signed NOTE!! This does not mean that the signature is correct

method
const(Method) method()
Undocumented in source. Be warned that the author may not have intended to support it.
method
Method method()
Undocumented in source. Be warned that the author may not have intended to support it.
params
const(T) params(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
response
const(Response) response()
Undocumented in source. Be warned that the author may not have intended to support it.
response
Response response()
Undocumented in source. Be warned that the author may not have intended to support it.
result
const(T) result(Args args)
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.
toDoc
const(Document) toDoc()
Undocumented in source. Be warned that the author may not have intended to support it.
toHiBON
inout(HiBONT) toHiBON()
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.

Manifest constants

messageName
enum messageName;
Undocumented in source.
pubkeyName
enum pubkeyName;
Undocumented in source.
signName
enum signName;
Undocumented in source.

Unions

Message
union Message
Undocumented in source.

Variables

_message
Message _message;
Undocumented in source.
message
Document message;
Undocumented in source.
pubkey
immutable(ubyte)[] pubkey;
Undocumented in source.
signature
immutable(ubyte)[] signature;
Undocumented in source.
signed
SignedState signed;
Undocumented in source.
type
Type type;
Undocumented in source.

Meta