Versions in this module Expand all Collapse all v4 v4.0.1 Oct 3, 2024 Changes in this version + type Offchain interface + LocalStorageGet func(kind StorageKind, key []byte) (*types.StorageDataRaw, error) + LocalStorageSet func(kind StorageKind, key []byte, value []byte) error + func NewOffchain(c client.Client) Offchain + type StorageKind string + const Local + const Persistent