UNPKG

zkcloudworker

Version:
12 lines (11 loc) 258 B
/** * Human-readable transaction metadata * events: the events * actions: the actions * custom: the custom metadata defined by the developer */ export interface TransactionMetadata { events?: object[]; actions?: object[]; custom?: object; }