Type alias StorageValue<S>

StorageValue<S>: {
    state: S;
    version: number;
}

Type Parameters

  • S

Type declaration

  • state: S
  • version: number

Generated using TypeDoc