UNPKG

supra-l1-sdk-core

Version:

Core of the Supra-L1-SDK

10 lines (8 loc) 210 B
/* 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;