-
public final class Sign.Model.SessionRequest extends Sign.Model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSign.Model.SessionRequest.JSONRPCRequest
-
Field Summary
Fields Modifier and Type Field Description private final Stringtopicprivate final StringchainIdprivate final Core.Model.AppMetaDatapeerMetaDataprivate final Sign.Model.SessionRequest.JSONRPCRequestrequest
-
Constructor Summary
Constructors Constructor Description Sign.Model.SessionRequest(String topic, String chainId, Core.Model.AppMetaData peerMetaData, Sign.Model.SessionRequest.JSONRPCRequest request)
-
Method Summary
Modifier and Type Method Description final StringgetTopic()final StringgetChainId()final Core.Model.AppMetaDatagetPeerMetaData()final Sign.Model.SessionRequest.JSONRPCRequestgetRequest()-
-
Constructor Detail
-
Sign.Model.SessionRequest
Sign.Model.SessionRequest(String topic, String chainId, Core.Model.AppMetaData peerMetaData, Sign.Model.SessionRequest.JSONRPCRequest request)
-
-
Method Detail
-
getChainId
final String getChainId()
-
getPeerMetaData
final Core.Model.AppMetaData getPeerMetaData()
-
getRequest
final Sign.Model.SessionRequest.JSONRPCRequest getRequest()
-
-
-
-