UNPKG

@iyonger/aptos-web3-bip44.js

Version:
17 lines (16 loc) 377 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $MoveStructField = { description: `Move struct field`, properties: { name: { type: 'IdentifierWrapper', isRequired: true, }, type: { type: 'MoveType', isRequired: true, }, }, } as const;