CatapultServer
v0.5.0.1 (Elephant)
|
Result from a node interaction. More...
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... | |
Result from a node interaction.
|
inline |
Creates a default node interaction result.
|
inline |
Creates a node interaction result around identityKey and code.
NodeInteractionResultCode catapult::ionet::NodeInteractionResult::Code |
Interaction result code.
Key catapult::ionet::NodeInteractionResult::IdentityKey |
Identity key of the remote node.