Package org.polkadot.types.primitive
Class Method.DecodeMethodInput
- java.lang.Object
-
- org.polkadot.types.primitive.Method.DecodeMethodInput
-
- Direct Known Subclasses:
Method.DecodedMethod
- Enclosing class:
- Method
public static class Method.DecodeMethodInput extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.ObjectargsMethod.MethodIndexcallIndex
-
Constructor Summary
Constructors Constructor Description DecodeMethodInput(java.lang.Object args, Method.MethodIndex callIndex)
-
Method Summary
Modifier and Type Method Description java.lang.ObjectgetArgs()Method.MethodIndexgetCallIndex()
-
-
-
Field Detail
-
args
public java.lang.Object args
-
callIndex
public Method.MethodIndex callIndex
-
-
Constructor Detail
-
DecodeMethodInput
public DecodeMethodInput(java.lang.Object args, Method.MethodIndex callIndex)
-
-
Method Detail
-
getArgs
public java.lang.Object getArgs()
-
getCallIndex
public Method.MethodIndex getCallIndex()
-
-