• Design
  • API Reference
  • Changelog
  • Contribute
Show / Hide Table of Contents
  • Libplanet
    • Address
    • AddressExtension
    • ByteUtil
    • Hashcash
    • Hashcash.Stamp
    • HashDigest<T>
    • HashDigestExtension
    • Nonce
  • Libplanet.Action
    • AccountStateGetter
    • ActionEvaluation<T>
    • ActionTypeAttribute
    • AddressStateMap
    • IAccountStateDelta
    • IAction
    • IActionContext
    • IRandom
    • MissingActionTypeException
    • PolymorphicAction<T>
  • Libplanet.Blockchain
    • BlockChain<T>
  • Libplanet.Blockchain.Policies
    • BlockPolicy<T>
    • BlockPolicyExtension
    • IBlockPolicy<T>
  • Libplanet.Blocks
    • Block<T>
    • InvalidBlockDifficultyException
    • InvalidBlockException
    • InvalidBlockHashException
    • InvalidBlockIndexException
    • InvalidBlockNonceException
    • InvalidBlockPreviousHashException
    • InvalidBlockTimestampException
  • Libplanet.Crypto
    • InvalidCiphertextException
    • PrivateKey
    • PublicKey
    • SymmetricKey
  • Libplanet.Net
    • BlockDownloadState
    • DifferentAppProtocolVersionException
    • DifferentProtocolVersionEventArgs
    • IceServer
    • IceServerException
    • InvalidMessageException
    • NoSwarmContextException
    • Peer
    • PeerNotFoundException
    • PeerSetDelta
    • Swarm
    • SwarmException
  • Libplanet.Serialization
    • BencodexFormatter<T>
    • SerializationInfoExtension
  • Libplanet.Store
    • BaseIndex<TKey, TVal>
    • BaseStore
    • BlockSet<T>
    • FileStore
    • IStore
    • NamespaceNotFoundException
    • TransactionSet<T>
  • Libplanet.Tx
    • InvalidTxException
    • InvalidTxIdException
    • InvalidTxNonceException
    • InvalidTxPublicKeyException
    • InvalidTxSignatureException
    • InvalidTxUpdatedAddressesException
    • Transaction<T>
    • TxId
    • UnexpectedlyTerminatedTxRehearsalException

Class PeerSetDelta

Inheritance
Object
PeerSetDelta
Implements
ISerializable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
[Serializable]
[Equals]
public class PeerSetDelta : ISerializable

Constructors

| Improve this Doc View Source

PeerSetDelta(Peer, DateTimeOffset, IImmutableSet<Peer>, IImmutableSet<Peer>, IImmutableSet<Peer>)

Declaration
public PeerSetDelta(Peer sender, DateTimeOffset timestamp, IImmutableSet<Peer> addedPeers, IImmutableSet<Peer> removedPeers, IImmutableSet<Peer> existingPeers)
Parameters
Type Name Description
Peer sender
DateTimeOffset timestamp
IImmutableSet<Peer> addedPeers
IImmutableSet<Peer> removedPeers
IImmutableSet<Peer> existingPeers
| Improve this Doc View Source

PeerSetDelta(SerializationInfo, StreamingContext)

Declaration
protected PeerSetDelta(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

Properties

| Improve this Doc View Source

AddedPeers

Declaration
public IImmutableSet<Peer> AddedPeers { get; }
Property Value
Type Description
IImmutableSet<Peer>
| Improve this Doc View Source

ExistingPeers

Declaration
public IImmutableSet<Peer> ExistingPeers { get; }
Property Value
Type Description
IImmutableSet<Peer>
| Improve this Doc View Source

RemovedPeers

Declaration
public IImmutableSet<Peer> RemovedPeers { get; }
Property Value
Type Description
IImmutableSet<Peer>
| Improve this Doc View Source

Sender

Declaration
public Peer Sender { get; }
Property Value
Type Description
Peer
| Improve this Doc View Source

Timestamp

Declaration
public DateTimeOffset Timestamp { get; }
Property Value
Type Description
DateTimeOffset

Methods

| Improve this Doc View Source

GetObjectData(SerializationInfo, StreamingContext)

Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Planetarium
Generated by DocFX