UNPKG

@martiandao/aptos-web3-bip44.js

Version:
7 lines 242 B
import type { Event } from './Event'; import type { WriteSetChange } from './WriteSetChange'; export declare type DirectWriteSet = { changes: Array<WriteSetChange>; events: Array<Event>; }; //# sourceMappingURL=DirectWriteSet.d.ts.map