Show / Hide Table of Contents

Delegate DifferentAppProtocolVersionEncountered

A delegate to call back when a Swarm encounters a peer with a different AppProtocolVersion signed by a trusted signer in the network.

Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public delegate void DifferentAppProtocolVersionEncountered(BoundPeer peer, AppProtocolVersion peerVersion, AppProtocolVersion localVersion);
Parameters
Type Name Description
BoundPeer peer

The encountered BoundPeer with a different AppProtocolVersion.

AppProtocolVersion peerVersion

The encountered different AppProtocolVersion.

AppProtocolVersion localVersion

The currently running application's AppProtocolVersion.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium