Function refill

Source
pub fn refill<T: Config>(
    collateral: AuthorAsset<T>,
    fortitude: FortitudeWrapper,
)
Expand description

Increase the caller’s collateral by locking additional assets.

Adds to the existing collateral, strengthening the author’s position and ensuring compliance with evolving system requirements such as MinCollateral.

§Behavior

  • Collateral is added on top of existing locked collateral.

§Execution Controls

Emits: Event::AuthorCollateralRaised

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::refill.