コード例 #1
0
ファイル: CommonModel.cs プロジェクト: whitespeed/Nethereum
 public ParameterABIGeneratorModel()
 {
     commonGenerators    = new CommonGenerators();
     abiTypeToCSharpType = new ABITypeToCSharpType();
 }
コード例 #2
0
ファイル: CommonModel.cs プロジェクト: whitespeed/Nethereum
 public FunctionABIFunctionOutputDTOModel()
 {
     commonGenerators = new CommonGenerators();
 }