RemotePeer constructor
RemotePeer()
Implementation
RemotePeer(this.peer, this.remoteAddress, this.authData, this.keyPair) {
nextTransactionId = (DateTime.now().microsecondsSinceEpoch % 1000000);
}
RemotePeer(this.peer, this.remoteAddress, this.authData, this.keyPair) {
nextTransactionId = (DateTime.now().microsecondsSinceEpoch % 1000000);
}