Module pallet_transaction_storage::pallet::dispatchables
source · Expand description
Functions§
- Check storage proof for block number
block_number() - StoragePeriod
. If such block does not exist the proof is expected to beNone
. - Renew previously stored data. Parameters are the block number that contains previous
store
orrenew
call and transaction index within that block. Transaction index is emitted in theStored
orRenewed
event. Applies same fees asstore
. - Index and store data off chain. Minimum data size is 1 bytes, maximum is
MaxTransactionSize
. Data will be removed afterSTORAGE_PERIOD
blocks, unlessrenew
is called.