MCPcopy Create free account
hub / github.com/Commit-Boost/commit-boost-client / bls_pubkey_from_hex_unchecked

Function bls_pubkey_from_hex_unchecked

tests/src/utils.rs:139–141  ·  view source on GitHub ↗
(hex: &str)

Source from the content-addressed store, hash-verified

137}
138
139pub fn bls_pubkey_from_hex_unchecked(hex: &str) -> BlsPublicKey {
140 bls_pubkey_from_hex(hex).unwrap()
141}

Callers 1

test_ssv_network_fetchFunction · 0.50

Calls 1

bls_pubkey_from_hexFunction · 0.85

Tested by 1

test_ssv_network_fetchFunction · 0.40