package models type Wallet struct { Id int WalletPubkey string Secret string Msats int UserId int }