-
public final class Sign.Model.SessionRequestResponse extends Sign.Model
-
-
Constructor Summary
Constructors Constructor Description Sign.Model.SessionRequestResponse(String topic, String chainId, String method, Sign.Model.JsonRpcResponse result)
-
Method Summary
Modifier and Type Method Description final StringgetTopic()final StringgetChainId()final StringgetMethod()final Sign.Model.JsonRpcResponsegetResult()-
-
Constructor Detail
-
Sign.Model.SessionRequestResponse
Sign.Model.SessionRequestResponse(String topic, String chainId, String method, Sign.Model.JsonRpcResponse result)
-
-
Method Detail
-
getChainId
final String getChainId()
-
getResult
final Sign.Model.JsonRpcResponse getResult()
-
-
-
-