pub fn set_pool_expiry_block<T: Config>(
pool_id: PoolId,
new_expiry: DispatchTime<BlockNumberFor<T>>,
)
Expand description
Set when the pool should expire.
Currently the expiry block can only be extended.
Only the pool admin may perform this operation.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_pool_expiry_block
.