-
public final class Wallet.Params.SessionApprove extends Wallet.Params
-
-
Field Summary
Fields Modifier and Type Field Description private final StringproposerPublicKeyprivate final Map<String, Wallet.Model.Namespace.Session>namespacesprivate final StringrelayProtocol
-
Constructor Summary
Constructors Constructor Description Wallet.Params.SessionApprove(String proposerPublicKey, Map<String, Wallet.Model.Namespace.Session> namespaces, String relayProtocol)
-
Method Summary
Modifier and Type Method Description final StringgetProposerPublicKey()final Map<String, Wallet.Model.Namespace.Session>getNamespaces()final StringgetRelayProtocol()-
-
Constructor Detail
-
Wallet.Params.SessionApprove
Wallet.Params.SessionApprove(String proposerPublicKey, Map<String, Wallet.Model.Namespace.Session> namespaces, String relayProtocol)
-
-
Method Detail
-
getProposerPublicKey
final String getProposerPublicKey()
-
getNamespaces
final Map<String, Wallet.Model.Namespace.Session> getNamespaces()
-
getRelayProtocol
final String getRelayProtocol()
-
-
-
-