Expand description
Functions§
- check_
proof - Check storage proof for block number
block_number() - StoragePeriod. If such a block does not exist, the proof is expected to beNone. - renew
- Renew previously stored data. Parameters are the block number that contains previous
storeorrenewcall and transaction index within that block. Transaction index is emitted in theStoredorRenewedevent. Applies same fees asstore. - store
- Index and store data off chain. Minimum data size is 1 byte, maximum is
MaxTransactionSize. Data will be removed afterStoragePeriodblocks, unlessrenewis called.