Copyright | Aleksandr Krupenkin 2016-2024 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Network.Polkadot.Metadata.V13
Description
Metadata version 13 definitions.
Documentation
type FunctionMetadata = FunctionMetadata Source #
type EventMetadata = EventMetadata Source #
type ErrorMetadata = ErrorMetadata Source #
type StorageHasher = StorageHasher Source #
type DoubleMapType = DoubleMapType Source #
Constructors
NMapType | |
Fields
|
Instances
FromJSON NMapType Source # | |
ToJSON NMapType Source # | |
Defined in Network.Polkadot.Metadata.V13 | |
Generic NMapType Source # | |
Show NMapType Source # | |
Generic NMapType Source # | |
Eq NMapType Source # | |
Decode NMapType Source # | |
Defined in Network.Polkadot.Metadata.V13 | |
Encode NMapType Source # | |
Defined in Network.Polkadot.Metadata.V13 | |
type Rep NMapType Source # | |
Defined in Network.Polkadot.Metadata.V13 type Rep NMapType = D1 ('MetaData "NMapType" "Network.Polkadot.Metadata.V13" "web3-polkadot-1.0.1.0-FYtcHWVQXW93OfvqrvLkeh" 'False) (C1 ('MetaCons "NMapType" 'PrefixI 'True) (S1 ('MetaSel ('Just "nmapKeyVec") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 [Type]) :*: (S1 ('MetaSel ('Just "nmapHashers") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 [StorageHasher]) :*: S1 ('MetaSel ('Just "nmapValue") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Type)))) | |
type Code NMapType Source # | |
Defined in Network.Polkadot.Metadata.V13 |
data StorageEntryType Source #
Instances
data StorageEntryMetadata Source #
Constructors
StorageEntryMetadata | |
Fields
|
Instances
data StorageMetadata Source #
Constructors
StorageMetadata | |
Fields
|
Instances
data ModuleMetadata Source #
Constructors
ModuleMetadata | |
Fields
|
Instances
Constructors
Metadata | |
Fields
|
Instances
FromJSON Metadata Source # | |
ToJSON Metadata Source # | |
Defined in Network.Polkadot.Metadata.V13 | |
Generic Metadata Source # | |
Show Metadata Source # | |
Generic Metadata Source # | |
Eq Metadata Source # | |
Decode Metadata Source # | |
Defined in Network.Polkadot.Metadata.V13 | |
Encode Metadata Source # | |
Defined in Network.Polkadot.Metadata.V13 | |
type Rep Metadata Source # | |
Defined in Network.Polkadot.Metadata.V13 type Rep Metadata = D1 ('MetaData "Metadata" "Network.Polkadot.Metadata.V13" "web3-polkadot-1.0.1.0-FYtcHWVQXW93OfvqrvLkeh" 'False) (C1 ('MetaCons "Metadata" 'PrefixI 'True) (S1 ('MetaSel ('Just "modules") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 [ModuleMetadata]) :*: S1 ('MetaSel ('Just "extrinsic") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 ExtrinsicMetadata))) | |
type Code Metadata Source # | |
Defined in Network.Polkadot.Metadata.V13 |