Package org.polkadot.types.primitive
Class StorageKey
- java.lang.Object
-
- org.polkadot.types.codec.U8a
-
- org.polkadot.types.primitive.Bytes
-
- org.polkadot.types.primitive.StorageKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageKey.StorageFunction
-
Constructor Summary
Constructors Constructor Description StorageKey(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description Modules.StorageFunctionMetadatagetMeta()The metadata or `null` when not availablejava.lang.StringgetOutputType()The output type, `null` when not available-
Methods inherited from class org.polkadot.types.primitive.Bytes
getEncodedLength, toU8a
-
Methods inherited from class org.polkadot.types.codec.U8a
eq, isEmpty, length, subarray, toHex, toJson, toString
-
-
-
-
Method Detail
-
getMeta
public Modules.StorageFunctionMetadata getMeta()
The metadata or `null` when not available
-
getOutputType
public java.lang.String getOutputType()
The output type, `null` when not available
-
-