Skip to content

Commit

Permalink
Add pr-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Sep 4, 2024
1 parent f2a48f4 commit 5c19396
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions prdoc/pr_5521.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Allow to call arbitrary runtime apis using RelayChainInterface

doc:
- audience: Node Dev
description: |
This PR adds a `call_runtime_api` method to RelayChainInterface trait, and a separate function also named `call_runtime_api`
which allows the caller to specify the input and output types, as opposed to having to encode them.

crates:
- name: cumulus-relay-chain-interface
bump: patch

0 comments on commit 5c19396

Please sign in to comment.