Function pallet_nis::pallet::dispatchables::thaw_communal
source · pub fn thaw_communal<T: Config>(index: ReceiptIndex)
Expand description
Reduce or remove an outstanding receipt, placing the according proportion of funds into the account of the owner.
origin
: Must be Signed and the account must be the owner of the fungible counterpart for receiptindex
.index
: The index of the receipt.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::thaw_communal
.