mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
305d311d5c
Introduce `touch` call designed to address operational prerequisites before providing liquidity to a pool. This function ensures that essential requirements, such as the presence of the pool's accounts, are fulfilled. It is particularly beneficial in scenarios where a pool creator removes the pool's accounts without providing liquidity. --------- Co-authored-by: command-bot <>
15 lines
648 B
Plaintext
15 lines
648 B
Plaintext
# 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: "Asset Conversion: Pool Touch Call"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Introduce `touch` call designed to address operational prerequisites before providing liquidity to a pool.
|
|
This function ensures that essential requirements, such as the presence of the pool's accounts, are fulfilled.
|
|
It is particularly beneficial in scenarios where a pool creator removes the pool's accounts without providing liquidity.
|
|
|
|
crates:
|
|
- name: pallet-asset-conversion
|