Open CedarMist opened 2 months ago
We need to detect if the sapphire-snap is installed.
sapphire-snap
The RPC call wallet_getSnaps', and check if sapphire-snap is loaded.
wallet_getSnaps'
If it's loaded, then we can do the wallet_invokeSnap for the setTransactionDecryptKeys method.
wallet_invokeSnap
setTransactionDecryptKeys
Question:
We need to detect if the
sapphire-snap
is installed.The RPC call
wallet_getSnaps'
, and check if sapphire-snap is loaded.If it's loaded, then we can do the
wallet_invokeSnap
for thesetTransactionDecryptKeys
method.