Skip to content

Commit 62e7fc7

Browse files
feat: add missing hooks line in lib.rs
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent d970cd0 commit 62e7fc7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/lib.rs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ mod execute;
116116
mod fee_schedules;
117117
mod file;
118118
mod hbar;
119+
mod hooks;
119120
mod key;
120121
mod ledger_id;
121122
mod mirror_query;
@@ -244,6 +245,23 @@ pub use hbar::{
244245
Tinybar,
245246
};
246247
pub use hedera_proto::services::ResponseCodeEnum as Status;
248+
pub use hooks::{
249+
EvmHookCall,
250+
EvmHookSpec,
251+
// FungibleHookCall,
252+
// FungibleHookType,
253+
// HookCall,
254+
HookCreationDetails,
255+
HookEntityId,
256+
HookExtensionPoint,
257+
HookId,
258+
LambdaEvmHook,
259+
// LambdaSStoreTransaction,
260+
LambdaStorageSlot,
261+
LambdaStorageUpdate,
262+
// NftHookCall,
263+
// NftHookType,
264+
};
247265
pub use key::{
248266
Key,
249267
KeyList,

0 commit comments

Comments
 (0)