wallet_getSnaps
Description
wallet_getSnaps gets the requester's permitted and installed Snaps.
Returns
{ [x: string & { [brand]: typeof snapIdSymbol; }]: { error: JsonRpcError; } | Snap; }
The result returned by the wallet_getSnaps method.
It consists of a map of Snap IDs to either the Snap object or an error.