pub fn complete_initialization<T: Config>(
lease_start_block: T::VestingBlockNumber,
lease_ending_block: T::VestingBlockNumber
)
Expand description
This extrinsic completes the initialization if some checks are fullfiled. These checks are: -The reward contribution money matches the crowdloan pot -The end vesting block is higher than the init vesting block -The initialization has not complete yet
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::complete_initialization
.