referrerpolicy=no-referrer-when-downgrade

Module pallet_transaction_storage::pallet::dispatchables

source ·
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

  • Check storage proof for block number block_number() - StoragePeriod. If such block does not exist the proof is expected to be None.
  • 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.
  • Index and store data off chain. Minimum data size is 1 bytes, maximum is MaxTransactionSize. Data will be removed after STORAGE_PERIOD blocks, unless renew is called.