Function authenticate_bls_sig

Source
fn authenticate_bls_sig(
    bls_vk: &BLSPubKey,
    address: Address,
    bls_sig: &G1PointSol,
) -> Result<(), StakeTableSolError>