Abstract
Optional
manager?: SessionManagerOptional
sessionProtected
Readonly
activeProtected
Readonly
activeAbstract
associatedOptional
closerProtected
Readonly
dataAbstract
idProtected
Readonly
idleProtected
Readonly
interactionAbstract
isAbstract
isProtected
Readonly
maxProtected
Readonly
messageProtected
Readonly
messageAbstract
nodeAbstract
peerAbstract
peerProtected
Readonly
specificationAbstract
supportsMRPAbstract
closingProtected
managerAbstract
nameThe peer's session parameters.
Abstract
decodeOptional
aad: Uint8ArrayAbstract
destroyAbstract
encodeAbstract
endOptional
_sourceNodeId: NodeId
If the ExchangeManager performs async work to clean up a session it sets this promise. This is because historically we didn't return from destroy() until ExchangeManager was complete. Not sure if this is entirely necessary but it makes sense so this allows us to maintain the old behavior.