mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Broker: sale price runtime api (#3485)
Defines a runtime api for `pallet-broker` for getting the current price of a core if there is an ongoing sale. Closes: #3413 --------- Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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: "Broker: sale price runtime api"
|
||||
|
||||
doc:
|
||||
- audience: Runtime Dev
|
||||
description: |
|
||||
Defines a runtime api for `pallet-broker` for getting the current price
|
||||
of a core in the ongoing sale.
|
||||
|
||||
- audience: Runtime User
|
||||
description: |
|
||||
Defines a runtime api for `pallet-broker` for getting the current price
|
||||
of a core in the ongoing sale.
|
||||
|
||||
crates:
|
||||
- name: pallet-broker
|
||||
- name: coretime-rococo-runtime
|
||||
- name: coretime-westend-runtime
|
||||
Reference in New Issue
Block a user