Skip to content

Commit 5ddefd3

Browse files
author
Vladimir Kuchinskiy
committed
Added export of parseBytesWithRemainder and parseCLValueFromBytesWithRemainder functions
1 parent f81b850 commit 5ddefd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ export {
77
export { Schemas, Schema, parseSchemasFromBytes } from './schema';
88
export { Event, parseEventNameAndData } from './event';
99
export { ExecutionResult } from './casper/types';
10+
export {
11+
parseBytesWithRemainder,
12+
parseCLValueFromBytesWithRemainder,
13+
} from './casper/utils';

0 commit comments

Comments
 (0)