offchain
localStorageClear(kind: StorageKind, key: Bytes): Null
interface:
offchain.localStorageClearjsonrpc:
offchain_localStorageClearsummary: Clear offchain local storage under given key and prefix
unsafe: This method is only active with appropriate flags
localStorageGet(kind: StorageKind, key: Bytes): Option<Bytes>
interface:
offchain.localStorageGetjsonrpc:
offchain_localStorageGetsummary: Get offchain local storage under given key and prefix
unsafe: This method is only active with appropriate flags
localStorageSet(kind: StorageKind, key: Bytes, value: Bytes): Null
interface:
offchain.localStorageSetjsonrpc:
offchain_localStorageSetsummary: Set offchain local storage under given key and prefix
unsafe: This method is only active with appropriate flags