Class CreateUnchecked


  • public class CreateUnchecked
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateUnchecked()  
    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateUnchecked

        public CreateUnchecked()
    • 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.