Package org.polkadot.types
Class Types.Contract
- java.lang.Object
-
- org.polkadot.types.Types.Contract
-
- Direct Known Subclasses:
ContractAbi
- Enclosing interface:
- Types
public abstract static class Types.Contract extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Types.ContractABIabiprotected Types.ContractABIFndeployprotected java.util.Map<java.lang.String,Types.ContractABIFn>messages
-
Constructor Summary
Constructors Constructor Description Contract()
-
-
-
Field Detail
-
abi
protected Types.ContractABI abi
-
deploy
protected Types.ContractABIFn deploy
-
messages
protected java.util.Map<java.lang.String,Types.ContractABIFn> messages
-
-