EmbeddedEthereumWalletProvider.request
for the following methods: personal_sign
, secp256k1_sign
, eth_sign
, eth_signTypedData_v4
, eth_signTransaction
, eth_sendTransaction
.AuthState
, authenticatedUnverified
.Privy
, onNetworkRestored
.Privy
, awaitReady
.secp256k1_sign
ethereum RPC.AuthState.authenticated
now contains a PrivyUser
object instead of the session struct.secp256k1_sign
ethereum RPCPrivyUser
object instead of the raw session structAuthSession.identityToken
propertyPrivyLoggingConfig
that allows you to specify PrivyLogLevel, and optionally, a logMessage
callback if you want to manage loggingembeddedWalletState
must be disconnected
before calling privy.embeddedWallet.connectWallet()
logout
privy.embeddedWallet.connectWallet()
such that it no ops if wallet is already connectedauthState
and embeddedWalletState