-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a48f4
commit 5c19396
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |