HiRPC

Undocumented in source.

Members

Aliases

Receiver
alias Receiver = Post!(Direction.RECEIVE)
Undocumented in source.
Sender
alias Sender = Post!(Direction.SEND)
Undocumented in source.

Enums

Direction
enum Direction
Undocumented in source.
SignedState
enum SignedState
Undocumented in source.
Type
enum Type
Undocumented in source.

Functions

action
const(Sender) action(string method, Document params, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
action
const(Sender) action(string method, HiBONT params, uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
generateId
const(uint) generateId()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
const(Receiver) receive(Document doc)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Error
struct Error
Undocumented in source.
Method
struct Method
Undocumented in source.
Post
struct Post(Direction DIRECTION)
Undocumented in source.
Response
struct Response
Undocumented in source.

Variables

net
SecureNet net;
Undocumented in source.

Meta