Function pallet_society::pallet::dispatchables::bid
source · pub fn bid<T: Config<I>, I: 'static>(
value: <<T as Config<I>>::Currency as Currency<<T as Config>::AccountId>>::Balance,
)
Expand description
A user outside of the society can make a bid for entry.
Payment: The group’s Candidate Deposit will be reserved for making a bid. It is returned
when the bid becomes a member, or if the bid calls unbid
.
The dispatch origin for this call must be Signed.
Parameters:
value
: A one time payment the bid would like to receive when joining the society.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::bid
.