Package org.polkadot.types.primitive
Class Method.DecodedMethod
- java.lang.Object
-
- org.polkadot.types.primitive.Method.DecodeMethodInput
-
- org.polkadot.types.primitive.Method.DecodedMethod
-
- Enclosing class:
- Method
public static class Method.DecodedMethod extends Method.DecodeMethodInput
-
-
Field Summary
Fields Modifier and Type Field Description Types.ConstructorDefargsDefModules.FunctionMetadatameta-
Fields inherited from class org.polkadot.types.primitive.Method.DecodeMethodInput
args, callIndex
-
-
Constructor Summary
Constructors Constructor Description DecodedMethod(java.lang.Object args, Method.MethodIndex callIndex, Types.ConstructorDef argsDef, Modules.FunctionMetadata meta)
-
Method Summary
Modifier and Type Method Description Types.ConstructorDefgetArgsDef()Modules.FunctionMetadatagetMeta()-
Methods inherited from class org.polkadot.types.primitive.Method.DecodeMethodInput
getArgs, getCallIndex
-
-
-
-
Field Detail
-
argsDef
public Types.ConstructorDef argsDef
-
meta
public Modules.FunctionMetadata meta
-
-
Constructor Detail
-
DecodedMethod
public DecodedMethod(java.lang.Object args, Method.MethodIndex callIndex, Types.ConstructorDef argsDef, Modules.FunctionMetadata meta)
-
-
Method Detail
-
getArgsDef
public Types.ConstructorDef getArgsDef()
-
getMeta
public Modules.FunctionMetadata getMeta()
-
-