-
- All Implemented Interfaces:
-
app.perawallet.walletconnectv2.internal.common.model.type.ClientParams,app.perawallet.walletconnectv2.internal.common.model.type.SerializableJsonRpc
@JsonClass(generateAdapter = true) public final class CoreSignParams.ApprovalParams extends CoreSignParams
-
-
Field Summary
Fields Modifier and Type Field Description private final RelayProtocolOptionsrelayprivate final StringresponderPublicKey
-
Constructor Summary
Constructors Constructor Description CoreSignParams.ApprovalParams(RelayProtocolOptions relay, String responderPublicKey)
-
Method Summary
Modifier and Type Method Description final RelayProtocolOptionsgetRelay()final StringgetResponderPublicKey()-
-
Constructor Detail
-
CoreSignParams.ApprovalParams
CoreSignParams.ApprovalParams(RelayProtocolOptions relay, String responderPublicKey)
-
-
Method Detail
-
getRelay
final RelayProtocolOptions getRelay()
-
getResponderPublicKey
final String getResponderPublicKey()
-
-
-
-