tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
HRPCNet
tagion
testbench
hirpcclient
Undocumented in source.
version(none)
class
HRPCNet : StdSecureNet {
import
tagion
.
hashgraph
.
HashGraph
;
;
void
request
(HashGraph hashgraph, immutable(ubyte[]) fingerprint);
this
(string passphrase);
}
Constructors
this
this
(string passphrase)
Undocumented in source.
Members
Functions
request
void
request
(HashGraph hashgraph, immutable(ubyte[]) fingerprint)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tagion
testbench
hirpcclient
classes
HRPCNet
functions
_main
mixins
__anonymous