Class FromMetadata


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

      Constructors 
      Constructor Description
      FromMetadata()  
    • Method Summary

      Modifier and Type Method Description
      static Method.ModulesWithMethods fromMetadata​(MetadataV0 metadata)
      Extend a storage object with the storage modules & module functions present in the metadata.
      • Methods inherited from class java.lang.Object

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

      • FromMetadata

        public FromMetadata()
    • Method Detail

      • fromMetadata

        public static Method.ModulesWithMethods fromMetadata​(MetadataV0 metadata)
        Extend a storage object with the storage modules & module functions present in the metadata.
        Parameters:
        extrinsics - - An extrinsics object to be extended.
        metadata - - The metadata to extend the storage object against.