Skip navigation links
A B C D E G L M N R S T U V W 

A

abi - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
AbiTypesGenerator - Class in com.citahub.cita.codegen
Generator class for creating all the different numeric type variants.
AbiTypesGenerator() - Constructor for class com.citahub.cita.codegen.AbiTypesGenerator
 
AbiTypesMapperGenerator - Class in com.citahub.cita.codegen
Generator class for creating all the different numeric type variants.
AbiTypesMapperGenerator() - Constructor for class com.citahub.cita.codegen.AbiTypesMapperGenerator
 
address - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
ast - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

B

bytecode - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

C

com.citahub.cita.codegen - package com.citahub.cita.codegen
 
Compiler() - Constructor for class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
Compiler(String, String) - Constructor for class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
compiler - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
Console - Class in com.citahub.cita.codegen
Command line utility classes.
Console() - Constructor for class com.citahub.cita.codegen.Console
 
Contract() - Constructor for class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
Contract(String, List<AbiDefinition>, String, String, String, String, String, String, JsonNode, TruffleJsonFunctionWrapperGenerator.Compiler, Map<String, TruffleJsonFunctionWrapperGenerator.NetworkInfo>, String, Date) - Constructor for class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
contractName - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

D

deployedBytecode - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
deployedSourceMap - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

E

events - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
exitError(String) - Static method in class com.citahub.cita.codegen.Console
 
exitError(Throwable) - Static method in class com.citahub.cita.codegen.Console
 
exitSuccess(String) - Static method in class com.citahub.cita.codegen.Console
 

G

generateJavaFiles(String, String, String, String, String) - Method in class com.citahub.cita.codegen.SolidityFunctionWrapper
 
getAbi() - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getAdditionalProperties() - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
getAddress(String) - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getAddress(TruffleJsonFunctionWrapperGenerator.Contract.Network) - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
Convenience method to get the deployed address of the contract.
getAddress() - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
getBytecode() - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getContractName() - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
getNetwork(String) - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

L

links - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 

M

main(String[]) - Static method in class com.citahub.cita.codegen.AbiTypesGenerator
 
main(String[]) - Static method in class com.citahub.cita.codegen.AbiTypesMapperGenerator
 
main(String[]) - Static method in class com.citahub.cita.codegen.SolidityFunctionWrapperGenerator
 
main(String[]) - Static method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator
 
main(String[]) - Static method in class com.citahub.cita.codegen.TupleGenerator
 

N

name - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
NetworkInfo() - Constructor for class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
NetworkInfo(Map<String, JsonNode>, Map<String, JsonNode>, String) - Constructor for class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
networks - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

R

run(String[]) - Static method in class com.citahub.cita.codegen.SolidityFunctionWrapperGenerator
 
run(String[]) - Static method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator
 

S

schemaVersion - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
setAdditionalProperty(String, JsonNode) - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
setAddress(String) - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.NetworkInfo
 
SolidityFunctionWrapper - Class in com.citahub.cita.codegen
Generate Java Classes based on generated Solidity bin and abi files.
SolidityFunctionWrapper(boolean) - Constructor for class com.citahub.cita.codegen.SolidityFunctionWrapper
 
SolidityFunctionWrapperGenerator - Class in com.citahub.cita.codegen
Java wrapper source code generator for Solidity ABI format.
source - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
sourceMap - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 
sourcePath - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

T

TruffleJsonFunctionWrapperGenerator - Class in com.citahub.cita.codegen
Java wrapper source code generator for Truffle JSON format.
TruffleJsonFunctionWrapperGenerator.Compiler - Class in com.citahub.cita.codegen
 
TruffleJsonFunctionWrapperGenerator.Contract - Class in com.citahub.cita.codegen
Truffle Contract
TruffleJsonFunctionWrapperGenerator.NetworkInfo - Class in com.citahub.cita.codegen
 
TupleGenerator - Class in com.citahub.cita.codegen
A class for generating arbitrary sized tuples.
TupleGenerator() - Constructor for class com.citahub.cita.codegen.TupleGenerator
 

U

updatedAt - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Contract
 

V

version - Variable in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 

W

withAdditionalProperty(String, JsonNode) - Method in class com.citahub.cita.codegen.TruffleJsonFunctionWrapperGenerator.Compiler
 
A B C D E G L M N R S T U V W 
Skip navigation links