offchain
localStorageGet(kind: StorageKind, key: Bytes): Option<Bytes>
StorageKind, key: Bytes): Option<Bytes>interface:
api.rpc.offchain.localStorageGetjsonrpc:
offchain_localStorageGetsummary: 주어진 키와 접두사를 사용하여 오프체인 로컬 스토리지를 가져옵니다.
localStorageSet(kind: StorageKind, key: Bytes, value: Bytes): Null
StorageKind, key: Bytes, value: Bytes): Nullinterface:
api.rpc.offchain.localStorageSetjsonrpc:
offchain_localStorageSetsummary: 주어진 키와 접두사를 사용하여 오프체인 로컬 스토리지를 설정합니다.
Last updated