Skip to content

Commit 4e97e6f

Browse files
Added export of parseEventDataFromBytes method
1 parent 8b9cfff commit 4e97e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export {
55
fetchContractSchemasBytes,
66
} from './parser';
77
export { Schemas, Schema, parseSchemasFromBytes } from './schema';
8-
export { Event, parseEventNameAndData } from './event';
8+
export { Event, parseEventNameAndData, parseEventDataFromBytes } from './event';
99
export { ExecutionResult } from './casper/types';
1010
export {
1111
parseBytesWithRemainder,

0 commit comments

Comments
 (0)