UNPKG

@martiandao/aptos-web3-bip44.js

Version:
11 lines 360 B
import type { MoveAbility } from './MoveAbility'; /** * Move function generic type param */ export declare type MoveFunctionGenericTypeParam = { /** * Move abilities tied to the generic type param and associated with the function that uses it */ constraints: Array<MoveAbility>; }; //# sourceMappingURL=MoveFunctionGenericTypeParam.d.ts.map