Function authenticate_bls_sig

Source
pub fn authenticate_bls_sig(
    bls_vk: &BLSPubKey,
    address: Address,
    bls_sig: &BLSSignature,
) -> Result<(), StakeTableSolError>
Expand description

Authenticate a BLS signature over an Ethereum address