pub fn renew<T: Config>(block: BlockNumberFor<T>, index: u32)Expand description
Renew previously stored data. Parameters are the block number that contains previous
store or renew call and transaction index within that block. Transaction index is
emitted in the Stored or Renewed event. Applies same fees as store.
Emits Renewed when successful.
§Complexity
O(1).
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::renew.