tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
HiRPC.Method
tagion
betterC
communication
HiRPC
HiRPC
Undocumented in source.
struct
HiRPC
struct
Method {
@
Label
("*", true)
uint
id
;
@
Label
("*", true)
Document
params
;
@
Label
("method")
string
name
;
this
(Document doc);
inout
(
HiBONT
)
toHiBON
();
const
(
Document
)
toDoc
();
}
Constructors
this
this
(Document doc)
Undocumented in source.
Members
Functions
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.
Variables
id
uint
id
;
Undocumented in source.
name
string
name
;
Undocumented in source.
params
Document
params
;
Undocumented in source.
Meta
Source
See Implementation
tagion
betterC
communication
HiRPC
HiRPC
aliases
Receiver
Sender
enums
Direction
SignedState
Type
functions
action
generateId
receive
structs
Error
Method
Post
Response
variables
net