UNPKG

@iyonger/aptos-web3-bip44.js

Version:
14 lines 330 B
import type { Address } from './Address'; import type { MoveModuleId } from './MoveModuleId'; /** * Delete a module */ export declare type DeleteModule = { address: Address; /** * State key hash */ state_key_hash: string; module: MoveModuleId; }; //# sourceMappingURL=DeleteModule.d.ts.map