Package org.polkadot.type.extrinsics
Class CreateUnchecked
- java.lang.Object
-
- org.polkadot.type.extrinsics.CreateUnchecked
-
public class CreateUnchecked extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreateUnchecked()
-
Method Summary
Modifier and Type Method Description static Method.MethodFunctioncreateDescriptor(java.lang.String section, java.lang.String method, int index, Modules.FunctionMetadata meta)From the metadata of a function in the module's storage, generate the function that will return the an UncheckExtrinsic.
-
-
-
Method Detail
-
createDescriptor
public static Method.MethodFunction createDescriptor(java.lang.String section, java.lang.String method, int index, Modules.FunctionMetadata meta)
From the metadata of a function in the module's storage, generate the function that will return the an UncheckExtrinsic.- Parameters:
index- - Index of the module section in the modules array.
-
-