Skip to content

Commit

Permalink
Merge pull request #1 from Pixura/update/list-of-rpc-methods
Browse files Browse the repository at this point in the history
Update/list of rpc methods
  • Loading branch information
charlescrain authored Nov 5, 2019
2 parents d8d0b09 + b132e83 commit 5889aab
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions grants/speculative/polkadot_substrate_haskell_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,89 @@ Jonathan Perkins will be an engineer on the project and will be in charge of pro
- Tutorial w/ examples & diagrams

#### Payout: \$10,000 USD

## Additional Information

### Specification Details

#### RPC Endpoints

##### Account Methods

- author_insertKey

- author_pendingExtrinsics

- author_removeExtrinsic

- author_rotateKeys

- author_submitExtrinsic

##### Chain

- chain_getBlock

- chain_getBlockHash

- chain_getFinalizedHead

- chain_getHeader

- chain_subscribeFinalizedHeads

- chain_subscribeNewHeads

##### Contracts

- contracts_call

##### Rpc

- rpc_methods

##### State

- state_call

- state_getChildKeys

- state_getChildStorage

- state_getChildStorageHash

- state_getChildStorageSize

- state_getKeys

- state_getMetadata

- state_getRuntimeVersion

- state_getStorage

- state_getStorageHash

- state_getStorageSize

- state_queryStorage

- state_subscribeRuntimeVersion

- state_subscribeStorage

##### System

- system_chain

- system_health

- system_name

- system_networkState

- system_peers

- system_properties

- system_version

0 comments on commit 5889aab

Please sign in to comment.