Package org.polkadot.types
Class Types.ContractABIMethodBase
- java.lang.Object
-
- org.polkadot.types.Types.ContractABIMethodBase
-
- Direct Known Subclasses:
Types.ContractABIMethod
- Enclosing interface:
- Types
public static class Types.ContractABIMethodBase extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<Types.ContractABIArg>args
-
Constructor Summary
Constructors Constructor Description ContractABIMethodBase()
-
-
-
Field Detail
-
args
public java.util.List<Types.ContractABIArg> args
-
-