Function pallet_anchors::pallet::dispatchables::evict_pre_commits
source · pub fn evict_pre_commits<T: Config>(
anchor_ids: BoundedVec<T::Hash, ConstU32<EVICT_PRE_COMMIT_LIST_SIZE>>
)
Expand description
Initiates eviction of pre-commits that has expired given a list on
anchor ids. For each evicted pre-commits, the deposit holded by
Pallet::pre_commit()
call will be returned to the same account
that made it originally.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::evict_pre_commits
.