| 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.Rpc.Contracts
Description
Polkadot RPC methods with contracts prefix.
Documentation
Arguments
| :: JsonRpc m | |
| => ContractCall | Contract call |
| -> Maybe HexString | Block hash or nothing for head |
| -> m ContractExecResult |
Executes a call to a contract.