-
public final class Wallet.Params.SessionRequestResponse extends Wallet.Params
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionTopicprivate final Wallet.Model.JsonRpcResponsejsonRpcResponse
-
Constructor Summary
Constructors Constructor Description Wallet.Params.SessionRequestResponse(String sessionTopic, Wallet.Model.JsonRpcResponse jsonRpcResponse)
-
Method Summary
Modifier and Type Method Description final StringgetSessionTopic()final Wallet.Model.JsonRpcResponsegetJsonRpcResponse()-
-
Constructor Detail
-
Wallet.Params.SessionRequestResponse
Wallet.Params.SessionRequestResponse(String sessionTopic, Wallet.Model.JsonRpcResponse jsonRpcResponse)
-
-
Method Detail
-
getSessionTopic
final String getSessionTopic()
-
getJsonRpcResponse
final Wallet.Model.JsonRpcResponse getJsonRpcResponse()
-
-
-
-