Skip to content

Commit

Permalink
expose keys (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-zhang-sv authored Jun 26, 2024
1 parent 73ee8a8 commit d3947b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class CoinbaseWalletSDK internal constructor(


val isConnected: Boolean get() = keyManager.peerPublicKey != null
val ownPublicKey: ECPublicKey get() = keyManager.ownPublicKey
val peerPublicKey: ECPublicKey? get() = keyManager.peerPublicKey

private val config: ClientConfiguration.Configuration
get() = ClientConfiguration.config
Expand Down

0 comments on commit d3947b1

Please sign in to comment.