pub fn bid<T: Config>(
    index: T::AuctionIndex,
    amount: <<T as Config>::AuctionCurrency as Currency<<T as Config>::AccountId>>::Balance
)
Expand description

Plasce a bid for live subscription auction.

  • reads auction & auction_queue
  • writes auction bid
  • AuctionCurrency reserve & unreserve

Warning: Doc-Only

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