getInfo
import { Wallet } from 'sats-connect'
const handleGetInfo = async () => {
try {
const response = await Wallet.request("getInfo", null);
console.log(response);
} catch (err) {
console.log(err);
}
};Property
Description