public async Task SetUp()
        {
            await InitHelper.InitAsync();

            StorageUtils.CleanupStorage();

            _poolName = PoolUtils.CreatePoolLedgerConfig();

            var config2 = "{}";

            _pool = await Pool.OpenPoolLedgerAsync(_poolName, config2);

            await Wallet.CreateWalletAsync(_poolName, _walletName, "default", null, null);

            _wallet = await Wallet.OpenWalletAsync(_walletName, null, null);
        }
 public async Task SetUp()
 {
     await InitHelper.InitAsync();
 }
예제 #3
0
        public async Task SetUp()
        {
            await InitHelper.InitAsync();

            await InitCommonWallet();
        }