mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
5dd6a4ba47
Several PRs started introducing `prdoc` files before the schema was final. This PR fixes those former prdoc to ensure that pass the check and comply with the current prdoc schema. --------- Co-authored-by: command-bot <>
25 lines
715 B
Plaintext
25 lines
715 B
Plaintext
title: Adds syntax for marking calls feeless
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
1. Adds an attribute `#[pallet::feeless_if]` that can be optionally attached to a `pallet::call`.
|
|
2. Adds a signed extension SkipCheckIfFeeless<T: SignedExtension> that wraps a transaction
|
|
payment processor to potentially skip payment fees for such calls.
|
|
Note that both the attribute and the signed extension are needed to make the call feeless.
|
|
|
|
migrations:
|
|
db: []
|
|
|
|
runtime: []
|
|
|
|
crates:
|
|
- name: frame-support-procedural
|
|
- name: pallet-skip-feeless-payment
|
|
- name: pallet-example-kitchensink
|
|
- name: kitchensink-runtime
|
|
- name: node-testing
|
|
- name: node-cli
|
|
|
|
host_functions: []
|