コード例 #1
0
ファイル: Program.cs プロジェクト: vinaykarora/EOSDotNet
 static void Main(string[] args)
 {
     //EOSInfo.GetGlobal();
     //EOSInfo.GetRammarket();
     //EOSInfo.GetNameVotes();
     //EOSInfo.GetProducers();
     //EOSInfo.GetVoters();
     //EOSInfo.GetInfo();
     //EOSInfo.GetProduerSchedule();
     //EOSInfo.GetAccountInfo();
     //EOSInfo.GetAccountBalance();
     //EOSInfo.GetNewKeyPair();
     //EOSInfo.GetAbiJsonToBin();
     //EOSInfo.GetBlock();
     //EOSInfo.GetAbi();
     //EOSInfo.GetCode();
     //EOSInfo.GetRawCodeAndAbi();
     //EOSInfo.GetActions();
     //EOSInfo.GetTransaction();
     //EOSInfo.TestTransaction();
     //EOSInfo.GetTableRows();
     //EOSInfo.GetUnusedaccntsWhitelist();
     //EOSInfo.GetBancorConnectorSettings();
     //EOSInfo.GetAccountTokenBalance();
     //EOSInfo.GetBancorReserves();
     EOSInfo.GetTokenStats();
     Console.WriteLine("Done");
     Console.ReadLine();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: icyice80/EOSDotNet
        static void Main(string[] args)
        {
            //EOSInfo.GetGlobal();
            //EOSInfo.GetRammarket();
            //EOSInfo.GetNameVotes();
            //EOSInfo.GetProducers();
            //EOSInfo.GetVoters();
            //EOSInfo.GetInfo();
            //EOSInfo.GetProduerSchedule();
            //EOSInfo.GetAccountInfo();
            //EOSInfo.GetAccountBalance();
            //EOSInfo.GetNewKeyPair();
            //EOSInfo.GetAbiJsonToBin();
            //EOSInfo.GetBlock();
            //EOSInfo.GetAbi();
            //EOSInfo.GetCode();
            //EOSInfo.GetRawCodeAndAbi();
            EOSInfo.GetActions();
            //EOSInfo.GetTransaction();
            //EOSInfo.TestTransaction();
            //EOSInfo.GetTableRows();

            Console.WriteLine("Done");
            Console.ReadLine();
        }