Uses of Class
org.starcoin.types.TypeArgumentABI
-
Packages that use TypeArgumentABI Package Description org.starcoin.types -
-
Uses of TypeArgumentABI in org.starcoin.types
Fields in org.starcoin.types with type parameters of type TypeArgumentABI Modifier and Type Field Description List<TypeArgumentABI>ScriptFunctionABI.Builder. ty_argsList<TypeArgumentABI>ScriptFunctionABI. ty_argsList<TypeArgumentABI>TransactionScriptABI.Builder. ty_argsList<TypeArgumentABI>TransactionScriptABI. ty_argsMethods in org.starcoin.types that return TypeArgumentABI Modifier and Type Method Description static TypeArgumentABITypeArgumentABI. bcsDeserialize(byte[] input)TypeArgumentABITypeArgumentABI.Builder. build()static TypeArgumentABITypeArgumentABI. deserialize(Deserializer deserializer)Constructor parameters in org.starcoin.types with type arguments of type TypeArgumentABI Constructor Description ScriptFunctionABI(String name, ModuleId module_name, String doc, List<TypeArgumentABI> ty_args, List<ArgumentABI> args)TransactionScriptABI(String name, String doc, Bytes code, List<TypeArgumentABI> ty_args, List<ArgumentABI> args)
-