/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * Representation of a StateKey as a hex string. This is used for cursor based pagination.
 *
 */
export type StateKeyWrapper = string;
