@fewcha/aptos
Version:
16 lines (15 loc) • 373 B
text/typescript
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $MoveFunctionGenericTypeParam = {
description: `Move function generic type param`,
properties: {
constraints: {
type: 'array',
contains: {
type: 'MoveAbility',
},
isRequired: true,
},
},
} as const;