Class StorageKey

  • All Implemented Interfaces:
    Codec

    public class StorageKey
    extends Bytes
    A representation of a storage key (typically hashed) in the system. It can be constructed by passing in a raw key or a StorageFunction with (optional) arguments.
    • Field Summary

      • Fields inherited from class org.polkadot.types.codec.U8a

        raw
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageKey​(java.lang.Object value)  
    • Constructor Detail

      • StorageKey

        public StorageKey​(java.lang.Object value)
    • Method Detail

      • getOutputType

        public java.lang.String getOutputType()
        The output type, `null` when not available