sweatyballs ~engine (2021-10-28T05:15:33.2756978)
Dub
Repo
LinkUnit
libsweatyballs
link
unit
Undocumented in source.
final
class
LinkUnit {
this
(Address sender, LinkMessage message, Link link);
Address
getSender
();
LinkMessage
getMessage
();
Link
getLink
();
}
Constructors
this
this
(Address sender, LinkMessage message, Link link)
Undocumented in source.
Members
Functions
getLink
Link
getLink
()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
LinkMessage
getMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
getSender
Address
getSender
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libsweatyballs
link
unit
classes
LinkUnit