const user = $$("user") const wallet = $$("wallet" ) console.log(`logged in as ${user.Name} with id ${user.Id}`) console.log(`you have ${wallet.Msats} msats`)