Skip to content

Commit 7ecc355

Browse files
fix: comment out types for public api
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent bcd5035 commit 7ecc355

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,18 +248,18 @@ pub use hedera_proto::services::ResponseCodeEnum as Status;
248248
pub use hooks::{
249249
EvmHookCall,
250250
EvmHookSpec,
251-
// FungibleHookCall,
252-
// FungibleHookType,
253-
// HookCall,
251+
FungibleHookCall,
252+
FungibleHookType,
253+
HookCall,
254254
HookCreationDetails,
255255
HookEntityId,
256256
HookExtensionPoint,
257257
HookId,
258258
LambdaEvmHook,
259259
LambdaStorageSlot,
260260
LambdaStorageUpdate,
261-
// NftHookCall,
262-
// NftHookType,
261+
NftHookCall,
262+
NftHookType,
263263
};
264264
pub use key::{
265265
Key,

0 commit comments

Comments
 (0)