CatapultServer  v0.5.0.1 (Elephant)
catapult::ionet::NodeInteractionResult Struct Reference

Result from a node interaction. More...

Collaboration diagram for catapult::ionet::NodeInteractionResult:

Public Member Functions

 NodeInteractionResult ()
 Creates a default node interaction result. More...
 
 NodeInteractionResult (const Key &identityKey, NodeInteractionResultCode code)
 Creates a node interaction result around identityKey and code. More...
 

Public Attributes

Key IdentityKey
 Identity key of the remote node. More...
 
NodeInteractionResultCode Code
 Interaction result code. More...
 

Detailed Description

Result from a node interaction.

Constructor & Destructor Documentation

◆ NodeInteractionResult() [1/2]

catapult::ionet::NodeInteractionResult::NodeInteractionResult ( )
inline

Creates a default node interaction result.

◆ NodeInteractionResult() [2/2]

catapult::ionet::NodeInteractionResult::NodeInteractionResult ( const Key identityKey,
NodeInteractionResultCode  code 
)
inline

Creates a node interaction result around identityKey and code.

Member Data Documentation

◆ Code

NodeInteractionResultCode catapult::ionet::NodeInteractionResult::Code

Interaction result code.

◆ IdentityKey

Key catapult::ionet::NodeInteractionResult::IdentityKey

Identity key of the remote node.


The documentation for this struct was generated from the following file: