Function pallet_nis::pallet::dispatchables::thaw_private
source · pub fn thaw_private<T: Config>(
index: ReceiptIndex,
maybe_proportion: Option<Perquintill>,
)
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 receiptindex
as well as any fungible counterpart.index
: The index of the receipt.portion
: IfSome
, then only the given portion of the receipt should be thawed. IfNone
, then all of it should be.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::thaw_private
.