UNPKG

@fewcha/aptos

Version:
9 lines (8 loc) 248 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $StateKeyWrapper = { type: 'string', description: `Representation of a StateKey as a hex string. This is used for cursor based pagination. `, } as const;