Package org.polkadot.type.extrinsics
Class FromMetadata
- java.lang.Object
-
- org.polkadot.type.extrinsics.FromMetadata
-
public class FromMetadata extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FromMetadata()
-
Method Summary
Modifier and Type Method Description static Method.ModulesWithMethodsfromMetadata(MetadataV0 metadata)Extend a storage object with the storage modules & module functions present in the metadata.
-
-
-
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.
-
-