Example #1
0
        public void Delete()
        {
            (string config, string credentials) = GetConfigCredentialJson();

            WalletAsync.DeleteWalletAsync(config, credentials).Wait();
        }