pub fn retract_bid<T: Config>(
    amount: <<T as Config>::Currency as FunInspect<<T as Config>::AccountId>>::Balance,
    duration: u32
)
Expand description

Retract a previously placed bid.

Origin must be Signed, and the account should have previously issued a still-active bid of amount for duration.

  • amount: The amount of the previous bid.
  • duration: The duration of the previous bid.

§Warning: Doc-Only

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