UNPKG

@iyonger/aptos-web3-bip44.js

Version:
16 lines (15 loc) 377 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $MoveStructGenericTypeParam = { description: `Move generic type param`, properties: { constraints: { type: 'array', contains: { type: 'MoveAbility', }, isRequired: true, }, }, } as const;