UNPKG

@iyonger/aptos-web3-bip44.js

Version:
23 lines 718 B
export declare const $Event: { readonly description: "An event from a transaction"; readonly properties: { readonly guid: { readonly type: "EventGuid"; readonly isRequired: true; }; readonly sequence_number: { readonly type: "U64"; readonly isRequired: true; }; readonly type: { readonly type: "MoveType"; readonly isRequired: true; }; readonly data: { readonly description: "The JSON representation of the event"; readonly properties: {}; readonly isRequired: true; }; }; }; //# sourceMappingURL=$Event.d.ts.map