mod
Standalone Functions
get_nsk_app
get_nsk_app(npk_m_hash);
Parameters
Name | Type |
---|---|
npk_m_hash | Field |
get_current_public_keys
get_current_public_keys(context, account);
read keys that are not required by the caller can simply be discarded.
Parameters
Name | Type |
---|---|
context | &mut PrivateContext |
account | AztecAddress |
get_historical_public_keys
get_historical_public_keys(historical_header, account);
breaking key rotation very well.
Parameters
Name | Type |
---|---|
historical_header | Header |
account | AztecAddress |
key_registry_hash_public_historical_read
key_registry_hash_public_historical_read(historical_header, account);
Parameters
Name | Type |
---|---|
historical_header | Header |
account | AztecAddress |
key_registry_get_stored_keys_hint
key_registry_get_stored_keys_hint(account, block_number);
Parameters
Name | Type |
---|---|
account | AztecAddress |
block_number | u32 |