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

            SetSeed(walletManager.Mnemo);
        }