UNPKG

aptos

Version:
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;