offchain

localStorageGet(kind: StorageKind, key: Bytes): Option<Bytes>

  • interface: api.rpc.offchain.localStorageGet

  • jsonrpc: offchain_localStorageGet

  • summary: 주어진 키와 접두사를 사용하여 오프체인 로컬 스토리지를 가져옵니다.

localStorageSet(kind: StorageKind, key: Bytes, value: Bytes): Null

  • interface: api.rpc.offchain.localStorageSet

  • jsonrpc: offchain_localStorageSet

  • summary: 주어진 키와 접두사를 사용하여 오프체인 로컬 스토리지를 설정합니다.

Last updated