Skip to content

Commit ae8ebfe

Browse files
committed
Missing imports
1 parent 7888c0c commit ae8ebfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/js/interns.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
use crate::helpers::{
2-
get_base64_key_from_account_hash, get_blake2b_hash, get_current_timestamp, hex_to_uint8_vec,
2+
get_base64_key_from_account_hash, get_base64_key_from_contract_hash,
3+
get_base64_key_from_key_hash, get_base64_key_from_package_hash, get_blake2b_hash,
4+
get_current_timestamp, hex_to_uint8_vec,
35
make_dictionary_item_key as make_dictionary_item_key_helper, public_key_from_secret_key,
46
secret_key_generate, secret_key_secp256k1_generate,
57
};

0 commit comments

Comments
 (0)