nwcFaucetWalletAdded method
Success message when NWC faucet wallet is added
In en, this message translates to: 'NWC faucet wallet added with {balance} sats!'
Implementation
@override
String nwcFaucetWalletAdded(int balance) {
return 'Portefeuille robinet NWC ajouté avec $balance sats !';
}