Copyright | Aleksandr Krupenkin 2016-2024 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Network.Polkadot.Call
Description
Documentation
Call function of module using standard substrate extrionsic.
Instances
Generic (Call a) Source # | |
Show a => Show (Call a) Source # | |
Generic (Call a) Source # | |
Eq a => Eq (Call a) Source # | |
Decode a => Decode (Call a) Source # | |
Defined in Network.Polkadot.Call | |
Encode a => Encode (Call a) Source # | |
Defined in Network.Polkadot.Call | |
type Rep (Call a) Source # | |
Defined in Network.Polkadot.Call type Rep (Call a) = D1 ('MetaData "Call" "Network.Polkadot.Call" "web3-polkadot-1.0.1.0-FYtcHWVQXW93OfvqrvLkeh" 'False) (C1 ('MetaCons "Call" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word8) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word8) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 a)))) | |
type Code (Call a) Source # | |
Defined in Network.Polkadot.Call |