Last updated 3 years ago
Once Clover extension wallet is installed, it will inject the following to window object:
window.clover_solana = { isCloverWallet: true, getAccount: async() => {...} signTransaction: async (paload) => {...} }
dApps can use the above injected object to integrate with Clover extension wallet.
https://docs.solana.com/