@martiandao/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
11 lines • 343 B
TypeScript
import type { MoveAbility } from './MoveAbility';
/**
* Move generic type param
*/
export declare type MoveStructGenericTypeParam = {
/**
* Move abilities tied to the generic type param and associated with the type that uses it
*/
constraints: Array<MoveAbility>;
};
//# sourceMappingURL=MoveStructGenericTypeParam.d.ts.map