Esempio n. 1
0
 public async Task CreateWalletAsync()
 {
     await walletManager.CreateWalletAsync();
 }
Esempio n. 2
0
        public async Task CreateWalletAsync()
        {
            await walletManager.CreateWalletAsync();

            SetSeed(walletManager.Mnemo);
        }