JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.radixdlt.client.core.network
Interface RadixNodeAction
All Known Subinterfaces:
FetchAtomsAction
,
FindANodeRequestAction
,
JsonRpcMethodAction
,
JsonRpcResultAction
<T>,
SubmitAtomAction
All Known Implementing Classes:
AddNodeAction
,
CloseWebSocketAction
,
ConnectWebSocketAction
,
DiscoverMoreNodesAction
,
DiscoverMoreNodesErrorAction
,
FetchAtomsCancelAction
,
FetchAtomsObservationAction
,
FetchAtomsRequestAction
,
FetchAtomsSubscribeAction
,
FindANodeResultAction
,
GetLivePeersRequestAction
,
GetLivePeersResultAction
,
GetNodeDataRequestAction
,
GetNodeDataResultAction
,
GetUniverseRequestAction
,
GetUniverseResponseAction
,
NodeUniverseMismatch
,
SubmitAtomCompleteAction
,
SubmitAtomReceivedAction
,
SubmitAtomRequestAction
,
SubmitAtomSendAction
,
SubmitAtomStatusAction
,
WebSocketEvent
public interface
RadixNodeAction
An action utilized in the Radix Network epics and reducers.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
RadixNode
getNode
()
The node associated with the network action
Method Detail
getNode
RadixNode
getNode()
The node associated with the network action
Returns:
a radix node
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method