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