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 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.