@override Future<String> get peerPublicKey async { try { return await CoinbaseWalletSDK.shared.peerPublicKey(); } catch (e) { _core.logger.e('[$runtimeType] peerPublicKey $e'); return ''; } }