offchain
localStorageGet(kind: StorageKind, key: Bytes): Option<Bytes>
StorageKind, key: Bytes): Option<Bytes>interface:
api.rpc.offchain.localStorageGetjsonrpc:
offchain_localStorageGetsummary: Gets off-chain local storage under the given key and prefix.
localStorageSet(kind: StorageKind, key: Bytes, value: Bytes): Null
StorageKind, key: Bytes, value: Bytes): Nullinterface:
api.rpc.offchain.localStorageSetjsonrpc:
offchain_localStorageSetsummary: Sets off-chain local storage under the given key and prefix.
Last updated