const snapId = `npm:@hashgraph/hedera-identify-snap`
const handleGetCurrentDIDMethodAPI = async () => {
await window.ethereum.request({
method: 'wallet_invokeSnap',
params: {
snapId,
request: {
method: 'getCurrentDIDMethod',
params: {}
}
}
})
}'did:pkh'